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 Quick Launch.  (Read 765 times)

0 Members and 1 Guest are viewing this topic.

blue

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 129
  • Last login:September 07, 2006, 12:41:40 pm
  • up,up,down,down,left,right,left,right BABA ...
Mame Quick Launch.
« on: June 22, 2004, 01:44:23 pm »
I apologize is this as been coved somewhere before but I can't seem to track it down.

I was wondering if it was possible to use a .bat file in WinXP to launch a Mama game from an icon double click. I know that it is possible to do this to launch other programs but how do you do it to open Mame and then run a particular game.
I'm currently running NoName Mame.

I know i could just use a front-end, but I do not only use my computer only for Mame and would like quick links to favorite games for when friends come over to play.

Is this possible to do?

papaschtroumpf

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 972
  • Last login:July 23, 2013, 11:41:10 pm
  • Have a Cow!
Re:Mame Quick Launch.
« Reply #1 on: June 22, 2004, 02:37:51 pm »
Yes, you can use a batch file. For example to launch 1941 just type this in notepad: (change the drive and directory as needed. This assumes that mame is in C:\mame and that mame knows whre to find the roms, generally in c:\mame\ROMS)

c:
cd c:\mame
mame 1941


save the file somwhere as "mame_1941.bat" or whatever.
Using windows explorer (right click on "my computer->explore) locate the file you just created, right click on it and choose "send to desktop" and this will create a shortcut to the desktop.


You would have to do this for every ROM you have though :(

An alternative is to run a front end and have a shortcut to it on your desktop, this way you can scroll through all the games you have in the front end, then exit from the front end to use your computer for other things.

You also could use mame32 which is mame with a built in windows front end. I've never used it and I know some people on this board don't like it.
« Last Edit: June 22, 2004, 02:38:21 pm by papaschtroumpf »

blue

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 129
  • Last login:September 07, 2006, 12:41:40 pm
  • up,up,down,down,left,right,left,right BABA ...
Re:Mame Quick Launch.
« Reply #2 on: June 22, 2004, 02:59:12 pm »
papaschtroumpf  thanks for the info, and this will work with NoName Mame?

papaschtroumpf

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 972
  • Last login:July 23, 2013, 11:41:10 pm
  • Have a Cow!
Re:Mame Quick Launch.
« Reply #3 on: June 22, 2004, 03:21:09 pm »
I have no experience with noNameMame but I would assume it will, yu may have to change the name of the executable if it's not mame.exe.