I’m triyng this , but only return my UiRobot, but not start my Main.xaml.
How Can I solve this ?
@CAE_User Hi please check below thread
2 Likes
Hi
before getting to the right way we need to know why so
this was the issue
whenever we are trying to run a xaml from CMD window we need to mention the robot.exe file path as a executer and followed by the xaml file path
and it should be like
“C:\Program Files (x86)\UiPath Studio\UiRobot.exe” /file: “C:\Users\yourfolderpath\Main.xaml”
hope this would help you
Cheers @CAE_User