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.


start cmd.exe 

opens a separate window

start file.cmd 

opens the batch file and executes it in another command prompt