Jump to content
LaunchBox Community Forums

Additional App feature question...


Warborg

Recommended Posts

So I've been playing around with Launchbox to see if it can replace my current front end, but I have a question now....  I see per game how you can define an "additional app", but it doesn't look like you can do this per emulator?  It seems a bit bizarre if you can't do this per emu instead of having to do this for each game.  In the specific example, for DEMUL I need to run nomousey to hide the mouse pointer and of course would want it to run for all the games for DEMUL, seems like it would be tedious to have to do this per game.  And either way, can you set it up to run an app both before and after the game (in the same example, to start nomousey before the game, and then to turn off nomousey after exiting the game)?

Link to comment
Share on other sites

Go into Tools, Manage Emulators. Double click Demul, AutoHotKeyScript tab and enter the following. Assuming which ever directory you have nomousy in change the path in the script. 

 

Run, C:\LaunchBox\Nomousy\nomousy.exe /hide

$Esc::

{

        Run, C:\LaunchBox\Nomousy\nomousy.exe

}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...