PDA

View Full Version : startup program per system



theob42
11-26-2009, 06:36 PM
hello,

im not sure if its possible to do it now in HS but from what I see you can set a program to start when HS starts up and not when a game is going to start up.

Would it be possible to add in to HS so that i could start up multiple programs when HS starts up?

OR

what i really want is to be able to start up a program BEFORE a game starts up and then HS will wait until the program is closed before starting up the emulator.

thanks!!

Lashek
11-26-2009, 06:58 PM
hello,

im not sure if its possible to do it now in HS but from what I see you can set a program to start when HS starts up and not when a game is going to start up.

Would it be possible to add in to HS so that i could start up multiple programs when HS starts up?


Create a batch file with all the commands you want to run on a new line. :)



what i really want is to be able to start up a program BEFORE a game starts up and then HS will wait until the program is closed before starting up the emulator.


Modify HyperLaunch.ahk and you can easily do this part using Run, WaitClose, etc :)


Both are perfectly doable already.