The CMD function is supposed to open a new command prompt window, however in Windows 7, it opens another inside of the existing one so if you typed in exit, it will simple exit the most recent one started. Is there a way to make CMD open a new window?
feedback
|
migrated from stackoverflow.com Sep 25 '10 at 2:10
This question came from our site for professional and enthusiast programmers.
|
Using start may or may not work, I can't recall and don't have Windows handy:
OTOH, win+R (to bring up the Run dialog) then "cmd" will always do what you want. | |||
feedback
|