I need to create a xaml file to bat file extension i need a step by step procedure

xaml to bat file exetension

image

Hi @pravin98,
Copy the below code in text file(.txt) and change the path of your xaml file and uipath location,and save the file with .bat extension.
Then run it and check.
start “” “C:\Users\Administrator\AppData\Local\UiPath\app-19.8.0\UiRobot.exe” -file “C:\Users\Administrator\Documents\UiPath\Automation\Agent_APT.xaml”

2 Likes

Remove inverted quotes “” and use the command in text file and save as .bat file.
after save just double click on the Batch (.bat) file and see the magic.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.