If I create a batch file (batch.bat) and typed this in:
"C:\Program Files\WinRAR\WinRAR.exe"
"C:\Windows\System32\notepad.exe"
The applications in question would run in order, first WinRAR would load and once closed, Notepad would load next in order.
Q: How do I syntax the batch file to run all application at the same time, I want both WinRAR and Notepad to open at the same time.