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: mamewah and batch files  (Read 1594 times)

0 Members and 1 Guest are viewing this topic.

wassabi

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 7
  • Last login:June 07, 2004, 11:57:38 am
mamewah and batch files
« on: June 05, 2004, 09:55:16 am »
Can someone help me with a batch file?
 
I'm trying make it so in mamewah I can switch to a list then start an executable game. So in other words there is only one entry on the list and that is to start the game.

I know enough about batch files that I think one would solve this problem for me.  Or is there a much easier way to do this?

It's not that I'm lazy, it's just that I don't care.

Minwah

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7662
  • Last login:January 18, 2019, 05:03:20 am
    • MAMEWAH
Re:mamewah and batch files
« Reply #1 on: June 05, 2004, 10:21:33 am »
That won't work.  You can only launch a batch file in MAMEWAH by using it as a substitute for the 'Emulator Executable' - this is only executed when you hit P1 Start.

So basically you can't do it :( - you'll have to hit Start to launch the 1 item in the list...

wassabi

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 7
  • Last login:June 07, 2004, 11:57:38 am
Re:mamewah and batch files
« Reply #2 on: June 05, 2004, 04:01:17 pm »
So... how do I do it?

It's not that I'm lazy, it's just that I don't care.

Minwah

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7662
  • Last login:January 18, 2019, 05:03:20 am
    • MAMEWAH
Re:mamewah and batch files
« Reply #3 on: June 06, 2004, 11:40:45 am »
So... how do I do it?

So basically you can't do it :( - you'll have to hit Start to launch the 1 item in the list...

wassabi

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 7
  • Last login:June 07, 2004, 11:57:38 am
Re:mamewah and batch files
« Reply #4 on: June 06, 2004, 04:05:01 pm »
Please Minwah, I am sorry I didn't explain this better.  Pressing start for the first item on the list is what I ment.  
I would like to know how I can do it.

Thanks for putting up with me.
« Last Edit: June 06, 2004, 04:06:43 pm by wassabi »

It's not that I'm lazy, it's just that I don't care.

Minwah

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7662
  • Last login:January 18, 2019, 05:03:20 am
    • MAMEWAH
Re:mamewah and batch files
« Reply #5 on: June 07, 2004, 05:19:23 am »
Please Minwah, I am sorry I didn't explain this better.  Pressing start for the first item on the list is what I ment.  
I would like to know how I can do it.

Pressing start is just hit '1'...

Are you having trouble actually generating the list with your app. in it?  If so, there is a section about how to do it in the MAMEWAH readme ;)

wassabi

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 7
  • Last login:June 07, 2004, 11:57:38 am
Re:mamewah and batch files
« Reply #6 on: June 07, 2004, 08:34:30 am »
Guess we got a RTFM situation.  
New problem though, can't get the ap to start after starting it in Mamewah.  I'll press 1 then the system will hang with the message starting ap, till I press crt+alt+del.  

Here's a snipet from the cfg and I'm only including the lines I changed from default.

Code: [Select]
ROM Path = C:\LINKS
ROM Extension = LNK
List Generation Method = 0

;EXECUTION SETTINGS
Emulator Executable = PC
Send ROM Path = True
Send ROM Extension = True
Show DOS Box = 0

It's not that I'm lazy, it's just that I don't care.

Minwah

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7662
  • Last login:January 18, 2019, 05:03:20 am
    • MAMEWAH
Re:mamewah and batch files
« Reply #7 on: June 07, 2004, 10:26:47 am »
New problem though, can't get the ap to start after starting it in Mamewah.  I'll press 1 then the system will hang with the message starting ap, till I press crt+alt+del.  

Set Show DOS Box to '1' - some PC apps (& emus) require this.

wassabi

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 7
  • Last login:June 07, 2004, 11:57:38 am
Re:mamewah and batch files
« Reply #8 on: June 07, 2004, 11:58:26 am »
That did the trick thanks for the help!

It's not that I'm lazy, it's just that I don't care.

Minwah

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7662
  • Last login:January 18, 2019, 05:03:20 am
    • MAMEWAH
Re:mamewah and batch files
« Reply #9 on: June 07, 2004, 12:06:34 pm »
That did the trick thanks for the help!

Great, got there in the end! :)