Launching multiple shell prompts from a single batch file
问题 I have a set of DOS commands that I need to run in different shell instances. Is there a single batch file I can write that would set of multiple cmd instances and execute the set of DOS commands in each of the prompts? 回答1: Your question seems to boil down to how to run a different series of commands in each instance of cmd.exe without having multiple command files. There's a reasonably straightforward way of doing this. The idea is to run the same command file in each instance of cmd.exe,