Create a batch file: start cmd.exe /c <first command> start cmd.exe /c <second command> Run the batch file and it will open the two cmd windows and the batch ...
I want to run the main batch and then have this separate batch run, but the first batch can continue run. The other batch just pops out, runs, and closes.