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: Solved: Help with simple AHK script ;)  (Read 1856 times)

0 Members and 1 Guest are viewing this topic.

jimmy2x2x

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1215
  • Last login:December 19, 2018, 01:29:48 am
Solved: Help with simple AHK script ;)
« on: May 15, 2011, 02:08:18 pm »
This is the first time I'm playing around with AHK and could use a little help.

I want to run demul with 2 commandline params, then force full screen via ALT+ENTER, thats it.

this is what I have:

Run, demul.exe %1% %2%
Sleep, 10000
SendInput, {LAltdown}{Enter}{LAltup}
Process, WaitClose, demul.exe

demul runs with the supplied parameters fine, but does not force full screen - any ideas?

Thanks

EDIT: solved

Run, demul.exe %1% %2%
Sleep, 12000
SendInput, {Alt Down}{Enter}{Alt Up}

;)
« Last Edit: May 15, 2011, 02:49:30 pm by jimmy2x2x »