How to run a robot from a bat file and have it register in the orchestrator?

This script allows to execute a robot from a bat file, the problem is that this execution is not registered in the orchestrator.

“C:\Program Files\UiPath\Studio\UiRobot.exe” -file “D:\Users\User.nuget\packages\robot.a\1.4.9\robot.a.1.4.9.nupkg”

Is there a way for the execution to be registered in the orchestrator using a script (bat) or can it only be done using the orchestrator?

Hi,

UiPath.Studio.CommandLine.exe supports publish from the project to orchestrator feed etc.
Can you check the following document?

https://docs.uipath.com/studio/standalone/2022.10/user-guide/mass-update-command-line-parameters

If you need to upload existsing nupkg file to orchestrator, probably it’s necessary to use API using some script such as powershell etc.

Please note that we need to not only upload the package but also set it as process, if want to run it.

Regards,

1 Like

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