CMD Commands 9
CMD Commands 9
COMMANDS
EVety progtammet should know
Create New Folder
mkdir - Make Directory & creates a
new folder on the working directory
I> cd [folderNamel
Up one Directory
cd.. - Change directory to go
one folder up
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 (file.txt)
to destination (copyfile.txt)
\2020
Delete Files
del -Deletes files and files
in a folder