If you want to execute a command in DOS and then continue without waiting on results of the call, use:
start command-or-filename
You can create a single batch file that calls multiples in parallel.
If you want to execute a command in DOS and then continue without waiting on results of the call, use:
start command-or-filename
You can create a single batch file that calls multiples in parallel.