Action group: Processes
Description
Executes the specified command at the specified interpreter.
Interpreter - Interpreter to execute the command.
Command - The command to execute.
Completed successfully - A boolean variable that is returned when the workflow completes.
Table - A variable of the Table type.
Property | Description | Type | Filling example | Mandatory field |
---|---|---|---|---|
Parameters | ||||
Interpreter | Interpreter to execute command | Robin.String | Yes | |
Command | Command to be executed | Robin.String | Yes | |
Results | ||||
Completed successfully | A boolean variable that is returned at the end of the process. True - the script was executed successfully, false - not successful | Robin.Boolean | true | |
Table | A variable of the Table type, where the result is written in the Output column, the Error column contains an error that occurred during the operation of the action, and the ExitCode column contains the number 0 or 1, where 0 - the script was executed successfully, 1 - not successful. | Robin.DataTable |
The result of script execution is written to two variables:
Execute the HELP command - Windows command line help call, get the result into a CSV table.
Use "Run script command", "Table to CSV" actions.
The program robot completed successfully.
Generated a table in CSV format with columns: