Hi,
I'm still looking at Autohotkey to automate some things - mainly Demul Fullscreen right now.
I've got this script and when I run it outside of Mala, it will run the game Ranger Mission and then it puts it fullscreen and then I can then exit with my special key so that all works.
How do I incorporate and modify this into Mala so that it will launch any of the Demul games and not just one?

Executable = _____________________________________??
Rom Path = C:\Emulators\Roms\Demul\Roms - Atomiswave
Rom Extensions = zip
Pre Commands = __________________________________??
Command Line = __________________________________??
Post Commands = _________________________________??
(In script) = Run, C:\Emulators\Programs\Demul\demul.exe -run=atomiswave___________________??
Here's the command line in mala without using autohotkey.
demul.exe -run=atomiswave -rom=%rom%
I see people say that they just run autohotkey script but where exactly and how do you set this up?

Thanks,
Scott
Here's the script I have so far. The file name is "Demul AHK.exe"
Run, C:\Emulators\Programs\Demul\demul.exe -run=atomiswave -rom=rangrmsn
Sleep, 12000
SendInput, {Alt Down}{Enter}{Alt Up}
]::
send !{F4}
Process, WaitClose, demul.exe
ExitAPP
return