Executing from commandline?

UIRobot.exe is no longer included with the community version and has been replaced with UiPath.Assistant.exe.

Is it still possible to execute an xaml file from commandline?

I have tried using the same syntax as UIRobot but replaced with UiPath.Assistant.exe and Assistant launches but does not execute the xaml file.

This is the code I am using in a batch file
start “” /min “C:\Users\xxx\AppData\Local\Programs\UiPath\Studio\UiPathAssistant\UiPath.Assistant.exe” /file:“C:\Users\xxx\test\Fidelity\Main.xaml”

Are you sure? I have the community version installed on my computer and UiRobot.exe is still there:

1 Like

Thank you for the reply!

I did not have UIRobot.exe so I uninstalled and re-installed.

This time instead of choosing the default installation I selected advanced and developer and now I have UIRobot.exe.

Thanks again!

Hello,

Do as below.

“C:\Program Files (x86)\UiPath Studio\UiRobot.exe”
/file:“C:\Users\UserName\Documents\UiPath\UiPath\Robot\Main.xaml”