Posted by ampapa on January 14, 2002 at 20:58:05:
In Reply to: Here is your simple answer.... posted by Thenasty on January 14, 2002 at 08:27:18:
Thanks for the reply's...
Will the batch file wait for MAME to be exited before running? It seems like this is the way to go. I also don't like the idea of just "pulling the plug" to shut down the box.
How are people getting around the nag screens? ArcadeOS took care of that issue but I don't think MAME32 does?
Thanks,
www.webajm.com/ajmconsulting
: Create a BAT file ex. Arcade.bat
: inside this BAT file
: 1.Run the MAME EXE file
: 2. put this c:\windows\rundll32.exe user,exitwindows
:
: eg.
: ==============================
: Arcade.bat
: ===============================
: C:\mame32\mame32.exe
: c:\windows\rundll32.exe user,exitwindows
: =====================================