I don\'t understand why it\'s so hard to do this on Windows.
I want to spawn a bunch of command prompt windows which will run other scripts. The reason I want this i
The accepted answer didn't work for me. To open on a new command prompt I had to use:
os.system("start /B start cmd.exe @cmd /k mycommand...")