How to launch a new cmd window from an existing cmd window?

14,448

Solution 1

Use start. For instance:

start cmd

Solution 2

Only

start

will do it also

Solution 3

In Windows 8,

  1. Type 'cmd' in the app search box(click on windows sign on left bottom followed by a click in the downward arrow)

  2. right click on the 'command prompt' app that appears on search and select 'opn new window' option.

Share:
14,448

Related videos on Youtube

krx
Author by

krx

Updated on September 17, 2022

Comments

  • krx
    krx over 1 year

    Simply typing "cmd" keeps it in the same window. I'd also like to do "cmd /c command" and have it run in a separate window.

  • x0n
    x0n almost 15 years
    you don't even need the "cmd" bit; start on its own will fire off %comspec%
  • Qwerty
    Qwerty over 8 years
    Is it possible to reload system variables? This new window will use current environment.