Used to execute DOS commands/programs during launch. Each parameter must be named CommandN, where N is an incremental value starting with one. For example:

[Commands]
Command1=test.bat
Command2=SRPScheduleServer.exe
Command3=ping www.srpcs.com

Note how each command's N value is incremented by one. You can include as many commands as you want as long as you follow this convention. Each command is executed silently--with no feedback to the user--after the splash screen is displayed but before OpenInsight launches. The longer these commands take, the more likely your user will think the launch has stalled.

  • No labels