Run

The script function "Run" can be used to execute applications on the target device.

Run(<%Command%>,<%Parameter%>,<%Timeout%>);

Parameter

Description

<%Command%>

Application to be executed.
Example value:

"notepadce.exe"

<%Parameter%>

Start parameters for the application.
Example value:

"\Hard Disk\TestFile1.txt"

<%Timeout%>

Maximum execution duration in milliseconds. The value -1 sets the execution duration to unlimited
Example value:

"10000"

Example:

Run("notepadce.exe","\Hard Disk\TestFile.txt",10000);