Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Auto it! for PSX emulator  (Read 1804 times)

0 Members and 1 Guest are viewing this topic.

TeutonicDarkness

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 220
  • Last login:July 16, 2019, 10:54:16 pm
Auto it! for PSX emulator
« 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.   :)

gonzo90017

  • Trade Count: (+5)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1034
  • Last login:June 23, 2019, 02:41:07 pm
  • I'm a llama!
Re: Auto it! for PSX emulator
« Reply #1 on: August 07, 2009, 01:52:49 pm »

TeutonicDarkness

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 220
  • Last login:July 16, 2019, 10:54:16 pm
Re: Auto it! for PSX emulator
« Reply #2 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... :(

TeutonicDarkness

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 220
  • Last login:July 16, 2019, 10:54:16 pm
Re: Auto it! for PSX emulator
« Reply #3 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.    ;)