up vote 5 down vote favorite
share [g+] share [fb]

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.

link|improve this question

feedback

2 Answers

up vote 8 down vote accepted

Use start. For instance:

start cmd
link|improve this answer
1  
you don't even need the "cmd" bit; start on its own will fire off %comspec% – x0n Jun 13 '09 at 1:12
feedback

Only

start

will do it also

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.