How can you run a uipath process from cmd 2023

I’m trying to run a process from my cmd with the following command line.

start “” /min “C:\Users\lc-05\AppData\Local\Programs\UiPath\Studio\UiRobot.exe” -f “C:\Users\lc-05\Documents\UiPath\Prueba desatendido en local\Main.xaml”

the uirobot task starts but does not execute anything.

Hi,

If your project is not Windows-Legacy but Windows or Crossplatform, UiRobot doesn’t support to execute xaml file. Please set nupkg file path or use -p option. Also check the following document in details.

image

https://docs.uipath.com/robot/standalone/2023.4/user-guide/command-line-interface#the-execute-commandu

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.