Windows Commands Flashcards
Display a list of available commands and their descriptions.
help
Display a description of a specific command.
help commandname
Display a command’s syntax and parameters/options
command/?
Clear the command-prompt window.
cls
Close the command-prompt window.
exit
View the contents of a directory (known as a folder in the Windows interface).
dir
Create a directory.
md
Change from one directory to another.
cd
Delete (remove) a directory.
rd
Delete files.
del
Copy files from one location to another.
copy
Copy files, directories, and subdirectories.
xcopy
Copy files and directories. This command was introduced in Windows Vista and provides a more robust tool to replace xcopy.
robocopy
Extract files from a cabinet file, which have a .cab file extension.
extract
In Windows Vista, expands one or more compressed update files.
expand