Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: MrQuan on November 22, 2006, 04:28:19 am

Title: Mamewah - Execute app on mamewah start
Post by: MrQuan on November 22, 2006, 04:28:19 am
Hi I'm using Mamewah 1.61 and would like to start an app I wrote when mamewah starts.  (Basically it counts everytime '5' is pressed so I can see how many credits I use :)

I've noticed the "app_to_run_on_exit" setting in mamewah.ini, is there an equivalent setting but to run on start?  Mamewah is running as my shell under Windows XP, so I can't just throw the second app in the Startup folder.

Does anyone know the solution please? (Do I need to upgrade to 1.62 to do this?)
Title: Re: Mamewah - Execute app on mamewah start
Post by: jcrouse on November 22, 2006, 07:48:23 am
Could you set a bat file as your shell and have both apps, yours and MameWAH called from the bat file? Also, the option is there in the latest beta. Here is the section from the mamewah.ini file.

### External Application Settings ###
startup_app_commandlines                 
exit_app_commandlines                     
exit_and_run_app_commandlines             

Enjoy,
John
Title: Re: Mamewah - Execute app on mamewah start
Post by: MrQuan on November 22, 2006, 08:29:55 am
Ahhh, cool! ;D

Thanks, I'll give it a go.