Run Command
Execute a Dos Command
This activity executes a DOS command, waits for the command or application to complete, and retrieves its output into a text variable.
Input
Command:
String Argument
Specifies the name of the DOS command or a console application, with arguments if applicable.\
Working Directory:
String Argument
Specifies the full path of the folder to work out of.
Output
Result:
String Variable
Stores the output or the error produced when the user-specified command is executed in the specified String variable.
Last updated