Skip to main content

how do I switch my device from one control to the next

Hi ​@chrisAGP,

Please check out the below link

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/administration/settings/switch-device-cr-settings.html


There is documentation that details the steps:

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/administration/settings/switch-device-cr-settings.html


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