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: How to use MAMEwah with Arcade Jukebox 7?  (Read 2535 times)

0 Members and 1 Guest are viewing this topic.

arcadecab

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 268
  • Last login:September 26, 2007, 06:17:06 pm
How to use MAMEwah with Arcade Jukebox 7?
« on: September 06, 2003, 09:04:49 am »
Anyone use or know how to set up Arcade Jukebox 7 with MAMEwah?  I have the exe setup to launch as any other emulator, but cant get the visuals, background, etc. of arcade jukebox to show up properly.  I just want to have the Arcade Jukebox as part of the list of emulators and selectable just as the other emulators.  Is that possible?  Any clues on how to do this effectively so that the arcade jukebox appears as it would when launched normally.
Thanks.

stuzza

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 499
  • Last login:May 13, 2025, 09:19:19 pm
  • I'm a llama!
    • ScreenshotArchive
Re:How to use MAMEwah with Arcade Jukebox 7?
« Reply #1 on: September 06, 2003, 10:13:03 pm »
Use a batch file to launch Arcade Jukebox instead.  Arcade Jukebox for some reason doesn't always like to be launched directly from frontends, however if you point Mamewah to launch the batch file instead it works fine.

To launch batch files in Mamewah, set your emulator executable to "PC" and rom extension to "bat".

arcadecab

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 268
  • Last login:September 26, 2007, 06:17:06 pm
Re:How to use MAMEwah with Arcade Jukebox 7?
« Reply #2 on: September 08, 2003, 07:22:55 pm »
Thanks stuzza.  Unfortunately I have no experience with batch files.  How would I create/come across a batch file to use??  I understand the part of setting it to PC and use .bat, but how do I get the batch file?  How do I use it?

stuzza

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 499
  • Last login:May 13, 2025, 09:19:19 pm
  • I'm a llama!
    • ScreenshotArchive
Re:How to use MAMEwah with Arcade Jukebox 7?
« Reply #3 on: September 09, 2003, 06:07:40 am »
A batch file is simply a text file with a bunch of commands put in it on each line, so that multiple commands can be run just by running the single batch file.  So all you need to do is create a text file called "arcadejb.bat" (can be whatever name you want as long as it is .bat extension".  In this file put a command to change to the Arcade jukebox directory and then run the arcade jukebox executable.

E.g.  I have a batch file called "arcadejb.bat" in a directory called c:\misc\
This file has the following lines in it:

Quote
@echo off
cd "c:\arcadejb"
"arcadejb.exe"

The echo off just means don't show dos output and the quotes are used because I run Win98 which doesn't use long filenames in dos so by using the quotes you can write the full length of the directory or file.

Then in Mamewah set the emulator executable as "PC" (no quotes) and the rom extension as bat.  specify the rom directory as the directory with the batch files in it and you should have "arcadejb" come up in the game list.  I also have other batch files in my \misc\ directory to run other programs such as Mame32, movies and other programs.  ;)

Minwah

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7662
  • Last login:January 18, 2019, 05:03:20 am
    • MAMEWAH
Re:How to use MAMEwah with Arcade Jukebox 7?
« Reply #4 on: September 09, 2003, 06:47:06 am »
You could do it this way:

1) Create a Windows link (shortcut) to Arcade Jukebox,
2) Put the .LNK file in a folder (eg c:\links)
3) Setup an emulator in MW with 'PC' as the Emulator Exe.
4) Setup the ROM Folder as eg c:\links
5) Refresh the list

You could add other shortcuts to PC apps into the links folder if you like.

If it doesn't seem to work properly try setting the 'Show DOS Box' option to 'Yes'.