@zeesh19791
If you don’t have Orchestrator installed and you don’t need it for your automation process, you can modify your batch file to run the nupkg file without attempting to connect to Orchestrator. You can do this by adding the -noorchestrator argument to the UiRobot.exe command.
Here’s an updated version of your batch file:
"C:\Users\X\AppData\Local\Programs\UiPath\Studio\UiRobot.exe" -file "D:\UiPath\WorkspaceRPA\WorkspaceRPA\WorkspaceRPA.1.0.3.nupkg" -noorchestrator
By adding the -noorchestrator argument, the UiRobot.exe command will execute the nupkg file without attempting to connect to Orchestrator.