This bot starts up programs on a computer. I use it to setup different programs groups. For example a programming set and a study set.
After making a pull request or downloading the project, open the Main.xaml in UiPath Studio. The robot can be run with the play button in the ribbon and the result can be seen in output panel.
- Populate the paths for the applications in
Data\Input\Input.xlsx
. I include some samples and they can be seen in this screenshot. - Set the
Start
cell toTRUE
. The bot only considers records where the start cell is set toTRUE
. - Run the bot in UiPath Studio.
This bot can be published to Orchestrator and run with UiPaht Assistant if desired.
A standard UiPath, Studio to Orchestrator cloud setup is the base of operation. It is easy to setup and free.
- An Orchestrator connection - Visit https://cloud.uipath.com/ and authenticate or sign up.
- UiPath Studio is used to run the robot. Note that Studio Web can be used directly in Orchestrator but I recommend installing the Studio IDE application.
Clone the project to develop or change it.
git clone https://github.com/ShonHarsh/UiPath-Program-Start-Up-Bot
- UiPath Automation Platform
- UiPath Studio
- Pulsar (Atom Successor) - Used for all my README.md files
- Shon Harsh Website 127.0.0.1
- This.GitHub