how do I switch my device from one control to the next
Page 1 / 1
Hi
Please check out the below link
There is documentation that details the steps:
I have a batch file that I use when needing to switch between control rooms. I run this batch file as an Administrator.
@echo off
net stop "Automation Anywhere Bot Agent"
del /f /q c:\windows\system32\config\systemprofile\ appdata\local\automationanywhere\*.*
net start "Automation Anywhere Bot Agent"
(line 3 and 4 are on the same line)
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.