CMD
COMMANDS
EVety progtammet should know
Create New Folder
mkdir - Make Directory & creates a
new folder on the working directory
I> mkdir [folderName]
Change Directory
cd -Change Directory lets you
change and access the directory
I> cd [folderNamel
Up one Directory
cd.. - Change directory to go
one folder up
/> cd. Deskto
Foder
Change Drive
To acocess another drive, type
the drive's letter, followed by :
/> d:
List Files
dir-lists the files & folders contained
in the current working directory
/> dir
-
Copy Files
copy - copies the file ([Link])
to destination ([Link])
I> copy [file] [destination]
Rename
ren - To rename files and folders
/> ren [folder] [newFolderName]
\2020
Delete Files
del -Deletes files and files
in a folder
/> del [file]