How to run two .bat files parallel and these are from two different projects,when i run the below code only first one is executing ,second one disappearing.
I cannot use activities because this .bat file is running after some validation before from other system due to which i cannot include activites i can include only .bat file code as above.
By using same above code how can i run one by one?
As i said i cannot use activities to execute .bat files.
Can we run like below:
start “” “C:\Users\Administrator\AppData\Local\UiPath\app-19.8.0\UiRobot.exe” -file “C:\Users\Administrator\Documents\UiPath\Automation\Agent_TEST.xaml” Give some code to run after first one complete then run the below code.
start “” “C:\Users\Administrator\AppData\Local\UiPath\app-19.8.0\UiRobot.exe” -file “C:\Users\Administrator\Documents\UiPath\TEST\Policy_TEST.xaml”
Hi @lakshman,
You can check in below screenshot,there is some java code running before i start my execution(.bat file code) ,so i need to include the code in same file as below .
Commands am executing from .bat file.