Sunday, October 17, 2010

Open a New cmd window in cmd

Use the command "start cmd" or "start cmd.exe" to open a new command window in the command line!

By the way, there is a cool console tool for windows http://sourceforge.net/projects/console/

If you want to open a new command window with commands:
"start cmd /k ExecutableFile.exe parameter1, parameter2 ... parameterN"

No comments:

Post a Comment