The NEW Build Your Own Arcade Controls

Main => Software Forum => Topic started by: mccoy178 on December 20, 2006, 03:37:17 pm

Title: How can I get my keywiz to autoload on startup and mamewah at the same time?
Post by: mccoy178 on December 20, 2006, 03:37:17 pm
Since the keywiz needs to be able to do its thing, mamewah gets all screwed up when I put it in the startup folder as well.  A game will start, minimized and then after the keywiz is done, mamewah comes back up with mame running in the background.  Has anyone dealt with this issue?  Is there a way to control the order in which programs start in the startup folder?  I have the exit ahk program also in that folder.  So is there a way to get this to happen?:

1)Run the keywiz software
2)Load the AHK script
3)Start Mamewah

I am thinking a batch file or something would work, but I don't know. :dunno
Title: Re: How can I get my keywiz to autoload on startup and mamewah at the same time?
Post by: JoyMonkey on December 20, 2006, 03:46:39 pm
Off the top of my head I'd guess that a BAT file should work, since it runs each process one at a time.
Right click on each thing in your Startup folder and select Properties. Each one should have some text in the "Target" field; that's the text that needs to be in your BAT file. Open up Notepad and copy those lines into a txt file one line at a time and save it as something.bat, then put that bat into your startup folder.

Might not work, but you might be lucky. If it doesn't work you might need to make a logon script, but I can't remember how those go right now.

Edit: Another thing to try would be to put a brief pause in-between each line of the bat file. You can use the sleep.exe command to do this (available here (http://www.computerhope.com/dutil.htm) if you don't have it). For example, a line with SLEEP 5 would give you a 5 second pause.
Title: Re: How can I get my keywiz to autoload on startup and mamewah at the same time?
Post by: mccoy178 on December 20, 2006, 03:58:08 pm
Thanks, I'll give it a try! :cheers: