Unable to run a process through command line

Hey guys,

When I try to run the command mentioned below, the UiPath studio opens for me. Is this the expected behavior? Shouldn’t it run the process instead? Basically, I do not want to connect to the Orchestrator and run the process with just robots. Any thoughts?

C:\Program Files (x86)\UiPath\Studio\Uirobot.exe
C:\Program Files (x86)\UiPath\Studio>C:\Users\joshi.kumar.a.v\Documents\UiPath\BMC\BMC.xaml

Thanks,
Joshi

Hi Joshi,

So you want to run the process from command line without the Robot connected to Orchestrator.
Please try with this command:
UiRobot.exe -file “%HOMEPATH%\Documents\UiPath\test_debugging\Main.xaml”

Details about command line arguments in the Robot user guide:

5 Likes

I am getting following error when I run from command prompt

The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail. What is the reason ?

1 Like

Hi Sukrutha,

Please check this FAQ post regarding that error:

2 Likes

How to run in a environment which have only UiPath Robot, no studio installed in it.