Please some advice for me.
I’d like to run uipath robot automatically through task scheduler, remote(ex. Sc.exe, bat, powershell and so on) and other ways, tools.
If you have any experiences, please share your ways.
@pattyricarte
I appreciate for your reply!
As far as I know, the unattended robot is able to run by orchestrator. But I don’t know what the robot I use is unattended type.
Please teach me how can I check.
You copy paste above line in a notepad and save as .bat file.
You call this batch file from windows task scheduler and it will run automatically as per given time in task scheduler. you can define different timings in the scheduler.
Hope my inputs are useful.
@rkelchuri, @Sat
I tried the way, but the uipath robot is not run automatically. It means a robot process(Uipath.Service.UseHost.exe) does not appear task manager.
When I w-clicked a bat file, a robot process started but the uipath xaml file was not run.
Do you know any reasones?
Kindly check once whether the file path of xaml and the UiPath.exe file is correctly referred
That could be the reason
And one more thing windows task scheduler is not supported any more in UiPath
So we got ORCHESTRATOR to handle this.
And while creating robot in ROBOT tab in orchestrator we can set the type of robot whether It has to be a unattended or attended robot
use same entry and change UiPath agent version based on your local machine and save the notepad file as .bat file extension and call the same from Task Scheduler.
It will work.
Hi @rkelchuri
I hope you are going to help me on this as I am stuck with it for a week!
My process is to open excel and read a specific cell and return it’s value in a message box.
When I want to schedule it I have written the following:
C:\Users\Myaccount\AppData\Local\Programs\UiPath\Studio\UiRobot.exe -f C:\Users\Myaccount\Desktop\Test700.1.0.24.nupkg
What is happing is that the executer opens excel and then ask me if I want to save or not and that’s it?? I couldn’t fix that and I don’t know what is the issue!
Can you help me??