@ slydog43
Now had time. Had vacation.
And again : squirrel language is not my language
AtBegin.nut and AtExit.nut are based on ResFix.nut
copy them to Your_AM_Folder\plugins and activate them in AM
basically it uses squirrel commands: Transition.ToGame + Transition.FromGame + system
if you start a game, AtBegin.nut starts your stored commands.
if you exit a game, AtExit starts your stored commands.
escape characters are necessary:
start "" "C:\Program Files (x86)\MyEXE.exe"
system( "start \"\" \"C:\\Program Files (x86)\\MyEXE.exe\"" );
An inquiry:
Since AM version 2.2.1, it's possible to add a working directory path in emulator edits (start AM > TAB button > Emulators > your_emulator > Working Directory).
HereIs it possible to add two more input fields there? Like AtBegin and AtExit ?