Skip to main content
Question

Device switching between control room

  • December 11, 2024
  • 3 replies
  • 58 views

Forum|alt.badge.img+2

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

3 replies

Tamil Arasu10
Most Valuable Pathfinder
Forum|alt.badge.img+18
  • Most Valuable Pathfinder
  • December 12, 2024

Forum|alt.badge.img+17
  • Most Valuable Pathfinder
  • December 12, 2024

Aaron.Gleason
Automation Anywhere Team
Forum|alt.badge.img+14
  • Automation Anywhere Team
  • December 12, 2024

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)