Run Command
Execute a Dos Command
Last updated
Execute a Dos Command
Last updated
This activity executes a DOS command, waits for the command or application to complete, and retrieves its output into a text variable.
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.
Result: String Variable
Stores the output or the error produced when the user-specified command is executed in the specified String variable.