luischaidezv Posted November 20, 2017 Share Posted November 20, 2017 Hi, I want to avoid an emulator to be opened until I press a key. There are many threads talking about closing the emulator with some key (for example esc key), but I haven't seen any topic related to doing the opposite, this means, waiting for a key and once pressed then launch the emulator. I don't know if this may be possible because what I can see is that launchbox launches both the emulator and the ahk script at the same time. Any thoughts? Quote Link to comment Share on other sites More sharing options...
luischaidezv Posted December 10, 2017 Author Share Posted December 10, 2017 Nobody? Quote Link to comment Share on other sites More sharing options...
dragon57 Posted December 10, 2017 Share Posted December 10, 2017 I would think you could replace the reference to the actual emulator with a batch file that first waits for a keypress, then starts the emulator. I know others have used batch files for other things similar to this. Quote Link to comment Share on other sites More sharing options...
luischaidezv Posted December 10, 2017 Author Share Posted December 10, 2017 13 hours ago, dragon57 said: I would think you could replace the reference to the actual emulator with a batch file that first waits for a keypress, then starts the emulator. I know others have used batch files for other things similar to this. Launchbox already have the full emulator command we need to execute, it will be much easier if launchbox give a way to execute an ahk script prior to launching emulator, to allow the user to launch the emulator, so in a hotkey I can execute something like: "Run, {{{Emulator_full_command}}}" Is there a way to place feature requests? Quote Link to comment Share on other sites More sharing options...
DOS76 Posted December 10, 2017 Share Posted December 10, 2017 click on help and support at the top of the page and choose request a feature. 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.