Handling command line return

I have written a robot, in one of the steps it types “psexec xxxxxxxxxx” to remotely install a plugin on a PC
It takes some time for the command line to have return result whether it’s successful or not
Currently I have set a fixed “delay” to 1 minutes
But is it possible for the robot to dynamically based on the return in command line to analyze the result?

Hi @Odango

May i know what command you have given in Cmd Prompt

Thanks
Ashwin S

psexec \DT00XXXX C:\windows\ccmcache\SP1\install.bat

Hi @Odango

Use Attach window and then use type into activity and give the cmd in powershell Wizard

Thanks
Ashwin S