Ok and how do I create a batch file? I'm a computer complete dummy...thanks
open Notepad
create the batch file and save as startGame.bat (change to all files not .txt in the save dialog so it saves the file as startgame.bat not startgame.bat.txt !! )
for the batch file you will need something similar to
d:
cd d:\Gamess\Roms.mame.v0.139
mame64.exe spacduel
TO explain what this will do when run -
FIrst line (d:) --- changes to the d: drive (if you are starting from your C: drive will not need or will need to specify the drive letter your mame.exe is in ! )
Second LIne (cd d:\Gamess\Roms.mame.v0.139) ---- CHanges active folder to the path listed (on my system Mame is in the Gamess\Roms.mame.v0.139 folder (you will want to change it to the folder you use for mame !!)
Third Line (mame64.exe spacduel) --- runs the Mame64.exe file (change to mame.exe if using 32 bit version) in the active folder ( d:\Gamess\Roms.mame.v0.139 ) and opens the spacduel rom.
Once saved as startGame.bat (or whatever name you use) either double click the file to run it or place the bat file into the startup folder and it should run startGame.bat on boot which will change to the proper hard drive and change to the mame folder and run mame64.exe loading the spacduel rom.