phaeren12 Posted February 11, 2017 Share Posted February 11, 2017 I have written an AutoHotKey Script to open an image of my controller-keyboard layout for each of my emulators. The way it works right now, it opens the image when the emulator starts, opens for 15 sec., then closes, and goes back into the game. This works well enough, but what I'd like to know is, is there a way to have the emulator wait until the script exits? I've noticed that I can do this with each individual game. If I add it as an additional program, I can have the main application (the emulator) wait until the additional application exits ( compiled AutoHotKey Script). And while I could do this for each individual game there is no way to bulk add an additional app for all game for a given console. As you can imagine, this could be very time consuming to do with each individual game, especially if you have say every game for that given system. My reason for wanting the emulator to wait is so that you don't miss the start up for each game, which I feel takes away a little bit of the experience. So if anyone has any ideas on how to implement this at the emulator level instead of at the ROM level, I'd really appreciate it. Quote Link to comment Share on other sites More sharing options...
DOS76 Posted February 11, 2017 Share Posted February 11, 2017 write a batch file that does all the steps that you need and make that the emulator. Quote Link to comment Share on other sites More sharing options...
phaeren12 Posted February 11, 2017 Author Share Posted February 11, 2017 1 hour ago, DOS76 said: write a batch file that does all the steps that you need and make that the emulator. I've thought about that as well, but then I feel like I would be extremely under-utilizing Launchbox and its built-in features. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.