slashguns04 Posted April 3, 2016 Author Share Posted April 3, 2016 where do I enter the command to close JoyToKey program output of a game .exe? Thanks Quote Link to comment Share on other sites More sharing options...
slashguns04 Posted April 4, 2016 Author Share Posted April 4, 2016 help me please.... Quote Link to comment Share on other sites More sharing options...
niglurion Posted April 4, 2016 Share Posted April 4, 2016 You have to create a batch file and launch your emulator with it. JTK will be closed on exit (taskkill). The process: batch > launch JTK > Launch emulator > Close emulator > close JTK An exemple with ePSXe : @echo off :: launch JoyToKey start F:\path\to\JoyToKey \JoyToKey.exe :: launch EPSXE with Launchbox cd "E:\path\to\epsxe2\" start /wait E:\path\to\epsxe2\ePSXe.exe -nogui -loadbin %1 :: close JoyToKey on exit taskkill /f /im JoyToKey.exe I'm using antimicro (same as JTK) and .bat files like this for every emulator. It's working great. Quote Link to comment Share on other sites More sharing options...
niglurion Posted April 4, 2016 Share Posted April 4, 2016 I was thinking... The solution I gave is for an entire emulator, not a specific game only. For that, it's much more simple: just add JoyToKey as an additional app in Launchbox. Like this: Don't forget to check the "Wait for Exit" box. Quote Link to comment Share on other sites More sharing options...
slashguns04 Posted December 19, 2016 Author Share Posted December 19, 2016 because with these settings when you start the game JoyToKey opens and closes automatically?what are the settings to keep open JoyToKey during the execution of the game and close to Exit the game? Quote Link to comment Share on other sites More sharing options...
madpossum Posted December 20, 2016 Share Posted December 20, 2016 11 hours ago, slashguns04 said: because with these settings when you start the game JoyToKey opens and closes automatically?what are the settings to keep open JoyToKey during the execution of the game and close to Exit the game? I had the same problem (also with using joytokey with Taito Type X games). The only way I could get it to work was to not check the "run after application" box on the additional app to close joytokey. I had to click on that additional app manually after closing the game to kill joytokey. Unfortunately, I haven't had time to find a more elegant solution yet. Quote Link to comment Share on other sites More sharing options...
slashguns04 Posted December 20, 2016 Author Share Posted December 20, 2016 there is a solution to this problem? Quote Link to comment Share on other sites More sharing options...
slashguns04 Posted April 19, 2017 Author Share Posted April 19, 2017 can someone help me to solve this problem in the forum? 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.