Start Automatically

Hi
I want to develop a different kind of process in that process
Is there any option
Whenever the system will restarts the selected process or the bot starts automatically without trigger
Please help me on this

1 Like

I think you have a request for automatic triggering of the process. You can check out Uipath Orchestrator for this.

No sir
i have different kind of doubt
please understand my query

Hi

I think it can done with bat file where mention the filepath of that main.xaml along with robot.exe filepath
Like this
The command should have an execute also before --file

“C:\Users\wendyw\AppData\Local\UiPath\app-19.12.0-beta0061\UiRobot.exe” execute --file “D:\wendy\UIPath_Projects\Platform_Test\Robot2_NotePad\Main.xaml”

And place that bat file in a start up folder of that server so that when machine reboots it triggers that bat file which in turn will run the robot

C:\Users\Username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

Cheers @kailas_jadhav