/Academy-Project-ComputerStartup

This robot is used to perform actions such as opening programs and file explorers on my computer startup.

Primary LanguageVisual Basic .NETMIT LicenseMIT

Banner

Academy-Project-ComputerStartup

The Academy-Project-ComputerStartup robot is used to perform actions such as opening programs and file explorers on my computer startup. This project is supporting my work at Academy Mortgage.

Getting Started

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.

Details

This robot sets up the day's workspace.

Workflows
  1. File_FolderCopy_RepoUiPath - Copy a repo folder to a backup location.
  2. Process_AxosoftGitKraken - Opens up GitKraken.
  3. Process_Encompass - Opens Encompass and logs into the program.
  4. Process_FolderExplorer - Opens a file explorer.
  5. Process_FolderExplorer_MoveBottomRight - Opens a file explorer window and moves it to the bottom right.
  6. Process_FolderExplorer_MoveTopRight - Opens a file explorer window and moves it to the top right.
  7. Process_GoogleChrome - Opens Google Chrome.
  8. Process_JGSoftAceText - Opens JGSoft AceText.
  9. Process_JGSoftEditPadPro - Opens JGSoft EditPad Pro.
  10. Process_MicrosoftEdge - Opens Microsoft Edge.
  11. Process_MicrosoftOutlook - Opens Micrrosoft Outlook.
Test Workflows
  1. Test_File_FolderCopy_RepoUiPath
  2. Test_Process_Encompass
  3. Test_Process_FolderExplorer
  4. Test_Process_FolderExplorer_MoveBottomRight
  5. Test_Process_FolderExplorer_MoveTopRight

Architecture Requirements

A standard UiPath, Studio to Orchestrator cloud setup is the base of operation. It is easy to setup and free.

  1. An Orchestrator connection - Visit https://cloud.uipath.com/ and authenticate or sign up.
  2. 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.

UiPath Setup Guide

Git Notes

Clone the project to develop or change it.

git clone https://github.com/Academy-Project-ComputerStartup

Links