Skip to main content

Execute Command

The Execute Command component in Robbot RPA allows you to run a command on the remote desktop. This component provides the capability to execute various commands on the remote desktop, enabling automation of tasks and operations.

Parameters

Command : Insert the command that you want to run on the remote desktop. Provide the desired command as a string. Type : String

Output : If the command is executed successfully, the output or result will be returned in this parameter. The output can contain any relevant information or data generated by the executed command. Type : String

Error : If the command encounters an error or fails to execute, the error message will be returned in this parameter. This can help in troubleshooting and handling any issues that may occur during command execution. Type : String

Exit Code : Returns the exit code of the executed command. The exit code is a numerical value that indicates the status of the command execution. It can provide information about whether the command succeeded or encountered any errors.Type : Integer

Usage

To use the Execute Command component in your Robbot RPA project, follow these steps:

Drag and drop the Execute Command component into your sequence or workflow.

Configure the component by providing the necessary inputs:

Insert the command that you want to run on the remote desktop.

Continue building your sequence or workflow by adding other components or actions as needed.

Execute your sequence or workflow. The Execute Command component will execute the specified command on the remote desktop.

Check the Output parameter to access the result or output of the executed command.

If an error occurs during command execution, the Error parameter will provide the corresponding error message.

The Exit Code parameter will contain the exit code of the executed command, which can help in determining the success or failure of the command.

By incorporating the Execute Command component into your automation workflow, you can automate the execution of commands on the remote desktop, enabling seamless integration of remote operations within your Robbot RPA project.