I am trying to get a batch program to run the uirobot.exe and then run the xaml file listed after it. However all that is happening is the batch file is running and then closing. It doesn’t appear as if the xaml file is even running, because other wise, i would get a messagebox to pop up sayng hello.
Could you help me figure out hte issue. Here is my batch file
Batch file content
“C:\Users\dpsmith\AppData\Local\Programs\UiPath\Studio\UiRobot.exe” execute --file “C:\Users\dsmith\Documents\UiPath\GetOutlookEmail\Main.xaml”