I am unable to trigger UiRobot from the batch file. Used multiple ways of like this but they are too not working.[An execute also before --file “C:\Users\aparna\AppData\Local\UiPath\app-19.12.0-beta0061\UiRobot.exe” execute --file “D:\aparna\UIPath_Projects\Platform_Test\Robot2_NotePad\Main.xaml”]
I am not using Uipath assistant just because excel files beneath the folder structure do not gets modified when I run the robot from an assistant. As we publish code to tray excel files are locked & when code executes it still reads the existing data.
Help me execute the .bat file as that’s the best way we can have robot triggered.
Please share the error or log. Meanwhile check the UIPath robot exe exist on current path. Second publish the package and give the path of nupkg file.
For reference this bat file is working fine on my machine.
This is the documentation for that task: Arguments Description but from your command we can see that you are executing an older beta version and not 2020.4.1 robot.
Maybe you have mixed versions there, community edition with enterprise trial in the same PC… cause the command UiRobot.exe execute --file "C:\UiPath\Automation\Main.xaml" would be ok if your installation is good.