Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: TeutonicDarkness on August 07, 2009, 12:06:37 am
-
Hello,
I currently have a HotRod SE so I use the Key "c" to close
all my emulators instead of esc.
I have most of them down but I need a solution to
to use C instead of esc.
I'm currently launching games from Batch files compiled
into exe.
Does anyone know how to close a exe by sending key press "c"
using Auto IT?
I would be very grateful. :)
-
Why not just use closemul?
http://lustar.free.fr/clusters/closemul/
-
Why not just use closemul?
http://lustar.free.fr/clusters/closemul/
Never could get it or various others to work with PSX... :(
-
Why not just use closemul?
http://lustar.free.fr/clusters/closemul/
Well The biggest reason is I would need multiple instances of
closeeul I can't get it to work on 1 instance.
I don't know but I'm not sure if Closemul
support several instances of itself?
Well Anyway moving on.....
I have found a solution that works nicely!
I'll ever share to help other users... :)
You will need Auto Hot Key!
Here is one of my scripts as a example (Resident Evil 3.ahk):
run Resident Evil 3.bat
c::
Send, `{F4}{ALTDOWN}{F4}{ALTUP}
#SingleInstance force
run process -q AutoHotkey.exe
run process -k psxfin.exe
You will also notice the above "process" you will
have to download this file and drop it in system 32 folder.
Very handy tool I might add! :)
Hope this helps someone. ;)