The NEW Build Your Own Arcade Controls

Main => Software Forum => Topic started by: kenzo42 on May 07, 2007, 03:04:15 am

Title: Help writing batch file for win98
Post 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.
Title: Re: Help writing batch file for win98
Post by: youki on May 07, 2007, 03:24:42 am
Hi,

Said your mame is in :

C:\mame

and your rom is in  C:\mame\roms

Your .BAT shoud be like that :

Code: [Select]
c:
cd \
cd mame
mame hsf2.zip

Then copy the .Bat file on your desktop.   It should work.

Title: Re: Help writing batch file for win98
Post by: kenzo42 on May 07, 2007, 04:07:06 pm
Thanks, I'll try it tonight.