Run bot like .exe program

Hello everyone!

I have a question, I would like to know if is possible execute a bot like a .exe program? (like a scrip).

I need to send one demonstration for a people doesn’t have the Studio installed on machine, and this people will click on app e then the UiPath will know some actions.

It’s possible?

Hi @Arthur_Santos,

As far I understand the UiPath eco system, sadly the robots which you create using the UiPath platform cannot be packed into an .exe file. The UiRobot.exe is the executor program which is required to run your robot files (.xaml files) and this is only available when you install, at the minimum a UiPath robot instance. Officially you will not find a way to do this.

If you have installed uirobot, you can run it from command prompt as below,

Hey, I’m new with UIPaths I’m currently using the UIPaths community version, and I have a few Questions.

  1. Can I create .exe from the UiPath bot
  2. Can I create an Installer from the UiPath bot
    If not then how can I use this bot on machines which are not connected with orchestra or do not have UiPath Assistant?

You can schedule the bot using the Windows scheduler without orchestrator

Please, can you explain in detail how is it possible?

  1. Do I have to run a particular file at some specified time using scheduler