Execute batch file and continue without pausing

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.