Advertisement
Guest User

Untitled

a guest
Mar 25th, 2023
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. ; #Warn ; Enable warnings to assist with detecting common errors.
  3. SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
  4. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
  5.  
  6. Run, E:\Emulation\LaunchBox\Emulators\DemulShooter_v10.7.8\DemulShooter.exe -target=model2 -rom=hotd
  7. Run, E:\Emulation\LaunchBox\Emulators\SegaModel2\emulator_multicpu.exe - hotd
  8.  
  9. $Esc::
  10.  
  11. Process,Close,emulator_multicpu.exe
  12.  
  13. ExitApp
  14. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement