I have two batch file “bat1.bat” and “bat2.bat” I need to write another batch file such as “third.bat” that can run “bat1.bat” and “bat2.bat” independently.(at the same time). In reality I can open two cmd and run them separately.In addition bat1 and bat2 are both in infinite loops so they never exits
Thanks
You could use
startfor that: