Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Help writing batch file for win98  (Read 1704 times)

0 Members and 1 Guest are viewing this topic.

kenzo42

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 116
  • Last login:November 23, 2024, 01:11:32 pm
  • I'm a llama!
Help writing batch file for win98
« 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.

youki

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1612
  • Last login:November 19, 2016, 01:07:33 pm
  • Atomic Front End Creator
    • Atomic Front End
Re: Help writing batch file for win98
« Reply #1 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.


kenzo42

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 116
  • Last login:November 23, 2024, 01:11:32 pm
  • I'm a llama!
Re: Help writing batch file for win98
« Reply #2 on: May 07, 2007, 04:07:06 pm »
Thanks, I'll try it tonight.