hello everybody,
please i need your help,
I want to create a file.bat , which is used to open the rebot in other machines, someone has an idea, thank you
hello everybody,
please i need your help,
I want to create a file.bat , which is used to open the rebot in other machines, someone has an idea, thank you
start "" /min "<Full Path of UiRobot.exe>" /file:"<Full Path of .xaml File>"
Let me know if it helps.
Thanks,
Rammohan B.
Hi,
thanks for the response,
iāve founded that i have to write into :
1- full path of location uirobot.exe
2-full path of the Main.xaml location
and iām using another application they told me that i have to write it into the file so
3- full path of installpath of the application
is that correct because when i double click start.bat a cmd line appear but nothing happen !
thank you,
I didnāt get this part. What are you trying to achieve?
I am assuming that you have UiPath Robot Installed in your system and You have xaml file that you need to run through .bat file. Is that correct?
Thanks,
Rammohan B.
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
yeh itās correct,
Do you mean that your main.xaml includes automation on the application that you are mentioning in 3rd point ?
Thanks,
Rammohan B.
Hi @ifranity,
Take a look to get some idea from this link
Regards
Balamurugan
Exactely !
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.
Thanks,
Rammohan B.
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 .
Thank you very much
@vinod_sagar Remove ā<ā & ā>ā from within those strings.
Thanks,
Rammohan B.
@Rammohan91 it is not showing any Error,
when i double click on .bat file, it should show some results⦠but it is not showing anythingā¦
@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.
Just cross check if the path exists.
Thanks,
Rammohan B.
@vinod_sagar "C:\Users\example\AppData\Local\UiPath\app-18.1.4\UiRobot.exeā /file āC:\Users\example\Documents\UiPath\Practice\Main.xaml Fileā
give above command it will work.
please help me.
thank you , its not showing any errorā¦but not able to see any thing.
license error⦠its showing nowā¦
@vinod_sagar instead of /file u can also use -f
its not working broā¦
@vinod_sagar which one?
its not showing any results⦠screen will go offā¦
please help me