Good Morning Everyone,
I want to run a xaml file without depending on the uipath orchestrator i.e…, I want to run the xaml file through Command Prompt. I dont know how to run the xaml file. i could succesfully open the file but not able to run it. is there a way to solve this issue.?
Why do you want to run xaml file through command prompt. Run xaml file through uipath studio only by going in run mode or debug mode under execute which is available in top ribbon .
1 Like
@sathwikreddy Try like below for running xaml file through cmd prompt
“C:\Program Files (x86)\UiPath Studio\UiRobot.exe” -file “your Xaml Path”
Check also uiRobot.exe path once in your system.
1 Like
See here:
1 Like
Thanks you so much for the solution. It runs perfectly fine.
1 Like
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.