Run
Executes a program.
Parameters
CommandStr
Name of program executable and any command-line arguments to run.
Returns
0 for success; or a non-zero error code. Refer to Error codes for a complete listing of error code descriptions.
Remarks
None.
Example
Run "C:\BlueZone\Bzmd.Exe /s2 /fsystem2.zmd"
Pause 14
 
ResultCode = EMConnect "A"
if ( ResultCode = 0 ) Then
' interact with host
End If
 CloseSession 0, 2
Run "Calc"