I have 4 DOS batch files:
GoCore1.bat
GoCore2.bat
GoCore3.bat
GoCore4.bat
I would like to launch each bat file in its own console window from a single .bat file (go.bat). Windows 7 is the OS.
Is this possible? If so, what is the syntax to create a new console window and start executing GoCoreX.bat?
Any constructive feedback to sharpen the question is appreciated: please do not down vote without leaving constructive feedback.