CMD

Commands

Every programmer Should Know

Create New Folder

mkdir - Make Directory and creates a new Folder on the working directory

Change Directory

cd - Change Directory lets you change and access the directory

Up one Directory

cd.. - Change Directory to go one folder up

Change Drive

To access another drive, type the drive's letter, followed by :

List Files

dir - Lists the files and folders contained in the working directory

Rename

ren - To rename files and Folders

Copy Files

copy - copies the file (file.txt) to destination (copyfile.txt)

Delete Files

del - To Delete files and files in a folder