HGL
quickest-silver

Solution for running trainers/other concurrent executables

Is there a way to run multiple exes on the same prefix at once? I tried running a trainer for my game using 'run exe on prefix', then I clicked on play. The game launched only after the trainer window was closed. This is similar to running a 'custom command' on steamtinkerlaunch for steam.
3 Replies
wise-white
wise-white3y ago
You can write a Windows batch file which starts the trainer, executes the game, then possibly kills the trainer after the game exits, and run that via Heroic instead?
equal-aqua
equal-aqua3y ago
What I would usually do, similar to what J. king said, is install that trainer thing if it needs to installed, them make a .bat file which starts your trainer, and then your game. Then select that .bat file as the alternate exe for that game in heroic.
quickest-silver
quickest-silverOP3y ago
Thanks. This works.

Did you find this page helpful?