Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. Thank you for your support. Tom Speirs

Patreon

Messenger Plugin


scranusesscrunya

Recommended Posts

I use IRC to keep up with PSP developments and get programming help on occasion... ;)

Oh, and to bitch at TOSEC. Heh heh... Kidding. :)

Link to comment
Share on other sites

  • 11 months later...
Heh I was wondering how long it was going to take you to find this out. :)

See the problem is...GX is running AI/AHK/BAT or whatever...then those scripts end...so GX assumes correctly that it should fire back up again.

So the trick is to keep the scripts running until the child programs are done running.

;Launch Xpadder Profile
Run( 'G:\Gaming\Xpadder\Xpadder.exe "Doom 3 360 Controller.xpadderprofile"' )

; Launch Half Life 2
Run( 'G:\Gaming\PC Games\Half-Life 2\hl2.exe' )

; Wait for Half Life 2 to End
ProcessWaitClose ( "hl2.exe" )

Hehe now waiting for the "You guys suck!" comment. ;)

So is there a way to do this with a bat file instead of an AHK?

Link to comment
Share on other sites

So is there a way to do this with a bat file instead of an AHK?

It's possible but then would have to use an advanced config to watch the processes so that GameEx won't steel focus. It's best to use a script IMO. Either AHK or AutoIt will do just fine. The scripting language used in this example by Nologic is AutoIt.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...