Can uipath robot do anything based on return from command line?

I have developed a robot which will run psexec in command line to do installation
When finish, command line will have return whether it’s success with error 0 or not
Is it possible for uipath robot to do different things based the two different return?

Hi @Odango,

Yes, Possible to get the result from Command Line.
2 Method :

  1. Get Full Text Activity.
  2. use Type into Activity -->input String “ipconfig | Clip” & it will stored into Clipboard , using Clipboard Activity save as variable.

Hi @Odango

You can refer to the following snippet.
https://go.uipath.com/component/get-output-from-command-line

1 Like