Cmd Cheatsheet
dir
Displays files and folders in the current directory
cd, chdir
Changes the directory or displays the current directory
md, mkdir
Creates a folder
copy
Copies files to another location
move
Moves files from one folder to another
ren, rename
Renames a file or a folder
del
Deletes files
exit
Exits the command line
echo
The echo of commands can be turned off with the command ECHO OFF or re-enabled with the command ECHO ON. This command is also useful for displaying messages on the screen.
type
Displays the content of text files
fc
Compares files and shows the differences between them
cls
Clears the screen