Jump to content
LaunchBox Community Forums

Snetrom

Members
  • Posts

    2
  • Joined

  • Last visited

Snetrom's Achievements

1-Bit Wonder

1-Bit Wonder (1/7)

1

Reputation

  1. Thank you both.. I got it working. Solution for future reference: - I use /wait parameter in my bat-file as suggested above. - In LaunchBox I set the following Running AutoHotkey Setting to close xemu and the bat-file: $Esc:: { send !{F4} Return }
  2. HELP ME, PLEASE...!! In Launchbox I use a BAT-file to run the xemu emulator. I do this because certain games run badly when using 2x, 3x, and 4x resolution and can only run in 1x res. But no matter which hotkey script i use, I cannot use the esc key to exit xemu... I have tried numerous different variation like - ESC:: { send !{f4} Return }' - ESC:: WinClose AHK_EXE {{{StartupEXE}}}' - ESC:: Send !{F4} Process, Close, xemu.exe ExitApp Return plus many many others, under the 'Running AutoHotkey Script' with no luck. Is it becaus i'm executing a bat-file, and Launchbox is trying to close the bat-file and not xemu..
×
×
  • Create New...