Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: TeutonicDarkness on August 07, 2009, 12:06:37 am

Title: Auto it! for PSX emulator
Post 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.   :)
Title: Re: Auto it! for PSX emulator
Post by: gonzo90017 on August 07, 2009, 01:52:49 pm
Why not just use closemul?
http://lustar.free.fr/clusters/closemul/
Title: Re: Auto it! for PSX emulator
Post by: TeutonicDarkness on August 07, 2009, 08:02:26 pm
Why not just use closemul?
http://lustar.free.fr/clusters/closemul/

Never could get it or various others to work with PSX... :(
Title: Re: Auto it! for PSX emulator
Post by: TeutonicDarkness on August 13, 2009, 08:40:06 pm
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):


Code: [Select]
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.    ;)