Hi I have created a script to run on an unattended BOT. I can run the script just fne using Studio however when I try and run the bot usng the UIRobot.exe file nothing happens.
I have created a .bat file which is supposed to start the robotusing the xcript I have created but when I run it the command prompt opens but nothing happens.
This is how the .bat is setup
“C:\Program Files (x86)\UiPath\Studio\Uirobot.exe” /file:“C:\Users\cassB01\Documents\UiPath\Insurer Note\InsurerNote Final.xaml”
I can see in the taskbar the robot icon but it shows as disconnected.
On our attended BOT i have no issues.
Any ideas?