-
Notifications
You must be signed in to change notification settings - Fork 10
20. 'Runner' Editor Window
This window can be accessed via the 'Edit > Default Runner' menu of the main screen. It can be used to edit the php script used to execute your custom shell scripts. The purpose is to read the shell_exec output in live and scroll automatically while displaying that output. Without such a script, you would not see the progress of your script in realtime.
This editor is using ScintillaNet to highlight basically the syntax.
The script is stored in a file 'default.runner' created when running my Mods Packager for the first time. It is located in a subfolder 'Resources' next to Mods.exe.
Click 'OK' to commit all your changes and close the window. All changes are persisted immediately in the file 'default.runner'. Click 'Cancel' to abort all changes and close the window.
Each time you will add a new Script in a Package, the default runner will be copied into the Package. ATTENTION: editing the default runner is not updating any version already copied into the Package.
The 'Help' link in the upper right corner give you access to a webpage explaining how to read the output of Shell_Exec live.