DELETE FOLDER USING COMMAND PROMPT
We can delete a file by just selecting the folder and then right click on that file and then
select delete option
that's it the folder is deleted
but we can also delete the files using the command prompt by using simple command
First open command prompt
Then select the DRIVE in which the folder is present
take a example as
D:\
hold shif key on keyboard and then right click on the mouse
then select "Open Command Window Here"
the file in the Softwares folder is Work.doc
Navigate to that folder first (want to learn how to navigate CMD) and then type command
del file name
here the file name is Work so, then type
del Softwares
the Softwares folder is deleted.
WARNING: The deleted folder cannot be retrieved as it will not be in RECYCLE BIN.