DOS Command to Remove/Delete unwanted files
by Ramya[ Edit ] 2013-09-24 12:00:01
DOS Command to Remove/Delete unwanted files
Use this DOS Command to Remove/Delete unwanted files from a folder and its sub folders,
del /S /Q
For eg,
del E:\error_log /S /Q
this command saves 3GB of this directory.....
You can remove any unwanted files in a directory using this "del" command in DOS...