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. |
<%Parameter%> | Start parameters for the application. |
<%Timeout%> | Maximum execution duration in milliseconds. The value -1 sets the execution duration to unlimited |
Example:
Run("notepadce.exe","\Hard Disk\TestFile.txt",10000);