How To run a bot with .bat in Uipath Comm Edition

Hi Community, i’m new with this RPA but i have the chance to develop a Robot on my machine, I have created a .bat in order to run with a windows process but when starts it shows the initial screen
WELCOME TO UIPATH STUDIO
WITH THE OPTIONS

  • CONTINUE FREE
  • ACTIVATE LICENCE
  • VIEW LICENCE

And after this screen the bot can’t run automatically.
Anyone can help me!

Regards
Juan

Its best to run the bot with Orchestrator which UiPath has a CE version you can use. However you can also invoke your workflow via a bat file by calling the uirobot.exe directly and passing the path of the main.xaml as an argument.

1 Like