Batch file to open multiple cmd prompts
- by JHarris
I am trying to write a batch file that will automate the following manual process:
Open a new cmd prompt (prompt1)
Run a bat file (b1)
Run a program (that will continue to run)
Minimize prompt1
Open a new cmd prompt (prompt2)
Run a bat file (b1)
Run a different program (that will continue to run)
Minimize prompt2
I've found ways to open…