The NEW Build Your Own Arcade Controls
Main => Software Forum => Topic started by: kenzo42 on May 07, 2007, 03:04:15 am
-
I'd like to play ONLY hsf2.zip using MAME's command line under win 98, without a front end and without MAME32.
I thought a batch file would be the best solution. I was hoping to just double click on the win98 desktop batch file and it would initialize the game.
I'm not too familar w/ this and was hoping someone could help me write the commands. I've been trying for about an hour to no avail.
Thanks.
-
Hi,
Said your mame is in :
C:\mame
and your rom is in C:\mame\roms
Your .BAT shoud be like that :
c:
cd \
cd mame
mame hsf2.zip
Then copy the .Bat file on your desktop. It should work.
-
Thanks, I'll try it tonight.