cmd
Windows CMD · Terminal · available in the simulator
What it does
Starts a new instance of the command interpreter.
Syntax
cmd [/c | /k] [/q] [/v:on|off] [cadena]
Options and parameters
/c CMDexecutes the command and terminates
/k CMDexecutes the command and remains open
/CCarries out the specified command and then terminates.
cmd /c dir/KCarries out the specified command and remains open.
cmd /k echo Hola/SModifies the treatment of the string after /C or /K.
/QTurns command echo off.
/DDisables execution of AutoRun commands from the registry.
/AOutputs internal commands to a pipe or file as ANSI.
/UOutputs internal commands to a pipe or file as Unicode.
/TSets foreground and background colors.
/EEnables or disables command extensions.
/FEnables or disables file and directory name completion.
/VEnables or disables delayed environment variable expansion.
Usage examples
cmdcmd /c dircmd /k dircmd /k echo Hola