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. My bare hosting costs are currently not met so please consider donating by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

Hehe glad to hear things are working for you. :)

Oh...that...not that I'm aware of...but who knows...someone with some talent and interest in this might try having a go at it....but I wouldn't hold your breath.

Posted

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

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

  • 11 months later...
Posted
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?

Posted
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.

Posted

Yes, this was an AI script. It can be converted to AHK (in fact, I think AHK would just read it directly), but either way it can be turned into an exe if desired.

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...