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: MAME on XP running only 1 game, how to load that game on boot?  (Read 2423 times)

0 Members and 1 Guest are viewing this topic.

Gaaargh

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 78
  • Last login:April 20, 2023, 02:27:52 pm
I have an old laptop running XP, and MAME 174. No front end because I want to take advantage if flipy (it's in a mirror cabinet)

How do I get it to launch invader.zip  every time the computer powers up?
Kludged together a MAME cab 10 years ago, it got a makeover January 2012

2012 - built a cocktail Pacman near-repro running 60-odd vertical games Link

DaOld Man

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5139
  • Last login:December 13, 2023, 12:03:14 am
  • Wheres my coffee?
    • Skenny's Outpost
Re: MAME on XP running only 1 game, how to load that game on boot?
« Reply #1 on: March 04, 2018, 07:25:28 am »
Create a bat file with command line having complete path to mame, mame.exe and rom name (complete path to rom may be necessary, depending on how you have mame setup).
Then place the bat file in windows startup folder.
Example bat file:

c:\arcade\mame\mame c:\arcade\mame\roms\invader

To create a bat file.
Right click on desktop, click new text file
in the new text file enter the command line. c:[path to mame]\mame [path to roms folder]\[rom]
Click save as.
Type invader.bat in file name box.
In file type box, select all files.

To place bat file in startup folder, right click on bat file then copy.
Open Startup folder. Right click in folder and click paste.
reboot and see what happens.

If rom wont run, add "pause" to the end of the bat file command and it will wait for you to press a key to close the command box. This may give you a message why the command cant run.
Example:
c:\arcade\mame\mame c:\arcade\mame\roms\invader
pause

DaOld Man

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5139
  • Last login:December 13, 2023, 12:03:14 am
  • Wheres my coffee?
    • Skenny's Outpost
Re: MAME on XP running only 1 game, how to load that game on boot?
« Reply #2 on: March 15, 2018, 09:16:54 pm »
I was wondering if you ever tried this?