you probably have two different versions of 3DGS on either system. With older versions, you don't need to press 0 on startup.


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