i have an existing project they are doing the same as i said , 1,2,3
1-uirobot.exe
2- path of main.xaml
3- path of application that i used to extract some data for my project
In that case you need to make sure that your application is installed and access from the same location that is being provided under your xaml file. It doesn’t have to included in .bat file. Basically for such cases you should have a config file that stores any such location so that when you move your works to any other system for deployment you can just change the path in that config file.
Hello RamMohan,
i am too trying with .bat file as you said in ur comment…
Example:
start “” /min “<C:\Users\example\AppData\Local\UiPath\app-18.1.4\UiRobot.exe>” /file:“<C:\Users\example\Documents\UiPath\Practice\Main.xaml File>”
is this correct…?
when i tried i am getting this error.
Can you please help me in solving .
@vinod_sagar Can you attach the screenshot of content from within the batchfile? It should basically start UiRobot.exe and run your .xaml file that you added under the batch file.