Table of Contents

Dos - Cmd (Command interpreter)

About

Cmd starts a new instance of the Windows command interpreter

More info:

help cmd

Syntax

The switches must be on one line but for the purpose of clarity we have put one switch by line.

CMD 
   [/A | /U] 
   [/Q] 
   [/D] 
   [/E:ON | /E:OFF] 
   [/F:ON | /F:OFF] 
   [/V:ON | /V:OFF]
   [[/S]
   [/C | /K] 
   command

where: