DELETE FILE USING COMMAND PROMPT
We can delete a file by just selecting the file and then right click on that file and then
select delete option
that's it the file is deleted
but we can also delete the files using the command prompt by using simple command
First open command prompt
Then select the folder in which the file is present
take a example as
D:\Softwares
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
D:\Softwares
the syntax is
del file name
here the file name is Work so, then type
del Work
the Work.doc is deleted.
WARNING: The deleted file cannot be retrieved as it will not be in RECYCLE BIN.