The Run= command runs another program or a DOS command. Square brackets "[]" symbolize entries to be replaced.
Usage: Run=[Program Name] or Run=[Path + Program Name]
The Run command supports the following Keystroke system variables:
%DATADIR% - The current Keystroke data directory.
%MNUM% - The current Machine Number.
%REGISTER% - The current Register Number.
%SWITCHES% - Is replaced by the Command Line Switches used to start Keystroke.
%SysInfo% - Encrypted system information including the current Clerk and Data Folder to use (including any overrides by database). This variable should only be used when running another Keystroke program (currently Dashboard.exe is the only one that supports it).
Example1: Run=Notepad.exe
Example2: Run=%DataDir%\MyProgram.exe
See:
Keystroke System Variables