Send a command or email to trigger robot

Hi. I have a robot which resides in another pc. Is there a way where my user (from another pc) can send a command or email to trigger the robot process? Thanks

Hi @Edmundz,

You can trigger the bot from the orchestrator.

Warm Regards,
Ranjith Udayakumar

What if I’m not using the orchestrator?

Hi @Edmundz,

You can create a .bat file to run the bot and schedule the same using task schedular in windows.

  1. Save the following command as .bat file after replacing the paths

    “C:\...\UiRobot.exe” -file “C:\...\botdemo\Main.xaml”

  2. To schedule the task, Go through the link.

    Running a Batch File at a Scheduled Time (Tips.Net)

Thanks and Regards,
Ranjith Udayakumar

2 Likes