Really useful. Any chance it will support MDL5? I ask because I opened a folder with some MDL5s in it and it gave me an error and closed.

Still, way cool!


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}