Starts an external program.
Parameter | Value |
---|---|
Working Directory | The path to the directory where the program is stored. |
Program | The name of the external program file. |
Arguments | The arguments to apply. |
Timeout | The time it will take for the request to timeout. |
You can run scripts, such as Visual Basic, in the external program step by calling the cscript.exe.
Ouvvi will also capture the script output to the log.
You need to set the Program parameter to cscript.exe
and the Arguments parameter to the path to your script. e.g. C:\Temp\Test.vbs