Create a .bat file

How i create .bat file of code. I am trying using below path

“C:\Users\Yogita\AppData\Local\Programs\UiPath\Studio\UiPath.Studio.exe” -file “C:\Users\Yogita\Documents\UiPath\ERP_Process\Main.xaml”

Hi @yogitagaikwad2206

Check the below thread

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\Yogita\AppData\Local\Programs\UiPath\Studio\UiPath.Studio.exe" -file "C:\Users\Yogita\Documents\UiPath\ERP_Process\Main.xaml"

Hope it helps!!

Hi @yogitagaikwad2206

Check on this