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”
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”
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!!
Check on this