List of all Internal Commands in Command Prompt

Here is a list of all internal commands of DOS/CMD in Windows. To know how to execute cmd's internal command in FireCMD, check this tutorial: How to use Command prompt's internal commands in FireCMD.

CommandDescription
ASSOCChange file extension associations
CALLCall one batch program from another
CDChange Directory - move to a specific Folder
CLSClear the screen
COLORChange colors of the CMD window
COPYCopy one or more files to another location
DATEDisplay or set the date
DELDelete one or more files
DIRDisplay a list of files and folders
ECHODisplay message on screen
ENDLOCALEnd localisation of environment changes in a batch file
ERASEDelete one or more files
EXITQuit the current script/routine and set an errorlevel
FOR /FLoop command: against a set of files
FOR /FLoop command: against the results of another command
FORLoop command: all options Files, Directory, List
FTYPEFile extension file type associations
GOTODirect a batch program to jump to a labelled line
IFConditionally perform a command
MDCreate new folders
MKLINKCreate a symbolic link (linkd)
MOVEMove files from one folder to another
PATHDisplay or set a search path for executable files
PAUSESuspend processing of a batch file and display a message
POPDReturn to a previous directory saved by PUSHD
PROMPTChange the command prompt
PUSHDSave and then change the current directory
REMRecord comments (remarks) in a batch file
RENRename a file or files
RDDelete folder(s)
SETDisplay, set, or remove session environment variables
SETLOCALControl the visibility of environment variables
SHIFTShift the position of batch file parameters
STARTStart a program, command or batch file
TIMEDisplay or set the system time
TITLESet the window title for a CMD.EXE session
TYPEDisplay the contents of a text file
VERDisplay version information
VERIFYVerify that files have been saved
VOLDisplay a disk label
::Comment / Remark

Labels: ,