I am trying to run UiPath code in CMD line.
I created a bat file with the following:
“C:\Users\UserName\AppData\Local\UiPath\app-20.3.0-beta0084\UiRobot.exe” execute -file"C:\Users\UserName\Documents\UIPath\RPA_Integration_Code\Main.xaml"
The command prompt just opens and closes but does not do anything. Could some one tell me what I am doing wrong ?