I'm looking for an AHK script that will load different IPAC configurations for different windows games.
For example: I have 3 games (Injustice; Street Fighter IV and Killer Instinct). I've created the IPAC configs for each and a main default.ipc for all retro games.
I'd like the AHK script to load the appropriate ipc file, for example Injustice.ipc when the game is loaded and go back to default.ipc when I exit.
also the same for the other windows games.
I started with the line below, but confused on what to do next, I know it involves an IF /Go to function.
Run C:\Program Files (x86)\WinIPAC\MKXL.ipc
Any advice would be appreciated