Create a new cmd.exe window from within another cmd.exe prompt
I think this works:
start cmd.exe
Here is the code you need:
start cmd.exe @cmd /k "Command"
Simply type start
in the command prompt:
start
This will open up new cmd
windows.