assoc | Displays or modifies file extension associations. |
attrib | Sets and displays attributes for files. |
bcdedit | Sets properties in the boot configuration data store to control the boot process. |
call | Calls one batch program from another. |
cd or chdir | Displays the name of a directory when entered alone, or changes the current directory when a path is given. |
chkdsk | Checks a disk and displays a status report, and can also repair disk errors. |
compact | Displays or alters the compression of files on NTFS partitions. |
convert | Converts
FAT volumes to NTFS. You cannot convert the current drive without
rebooting. Also, you cannot convert from NTFS to FAT without
reformatting. |
copy | Copies one or more files to another location. |
date | Displays or sets the date. |
del or erase | Deletes one or more files. |
dir | Displays a list of files and subdirectories in a directory. |
diskpart | Displays or configures disk partition properties. |
doskey | Edits command lines, recalls Windows commands, and creates macros. |
driverquery | Displays the current device driver status and properties. |
echo | Displays messages or turns command echoing on or off. |
exit | Quits the CMD.EXE program (command interpreter). |
for | Runs a specified command for each file in a set of files. |
format | Formats a disk for use with Windows. |
fsutil | Displays or configures the file system properties. |
ftype | Displays or modifies file types used in file extension associations. |
goto | Directs the Windows command interpreter to a labeled line in a batch program. |
gpresult | Displays Group Policy information that is applied to the local system. |
help | Provides Help information for Windows commands. |
icacls | Displays, modifys, backs up, or restores access control lists (ACL) for files and directories. |
if | Performs conditional processing in batch programs. |
label | Creates, changes, or deletes the volume label of a disk. |
md or mkdir | Creates a directory. |
more | Displays output one screen at a time. |
path | Displays or sets a search path for executable files. |
rd or rmdir | Removes a directory. |
rem | Records comments (remarks) in batch files or CONFIG.SYS. |
ren or rename | Renames a file or files. |
robocopy | Advanced robust copy utility used to copy files and directory trees. |
set | Displays, sets, or removes Windows environment variables. |
sc | Displays or configures services (background processes). |
schtasks | Schedules commands and programs to run on a computer. |
shutdown | Allows proper local or remote shutdown of a machine. |
systeminfo | Displays machine-specific properties and configuration. |
tasklist | Displays all currently running tasks including services. |
taskkill | Kills or stops a running process or application. |
time | Displays or sets the system time. |
tree | Graphically displays the directory structure of a drive or path. |
xcopy | Copies files and directory trees. |
wmic | Displays Windows Management Instrumentation (WMI) information inside an interactive command shell. |