Jump to content
LaunchBox Community Forums

close additional apps automatically launchbox


Vikingo1097

Recommended Posts

 

Hello friends, I know very little about this topic, I use launchbox for all my emulators, especially yuzu, and some games like zelda totk, I added the lossless scaling program so that it runs when I launch the game, and everything is perfect, but I want to know If there is any way that when closing the game the lossless scaling program closes automatically, without having to use the mouse to close the window in a traditional way, I have searched on the internet, but the truth is I have not found anything, in advance , thank you

Link to comment
Share on other sites

3 hours ago, Vikingo1097 said:

I want to know If there is any way that when closing the game the lossless scaling program closes automatically

In LaunchBox, Edit the emulator in question (in your example, "Yuzu").  Tools - Manage - Emulators - select Yuzu and click Edit.

Click on the Running Script section.  Add in there:

$Esc::
{
    WinClose, ahk_exe nameOfTheLosslessScalingProgram.exe
    WinClose, ahk_exe {{{StartupEXE}}}
}

Change "nameOfTheLosslessScalingProgram.exe" to the actual name of the executable you want to close.

  • Like 1
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...