Recursively delete files not folder structure

del /s/q *.doc - Delete only .doc files and not folder structure
del /s/q *.* - Delete all files and not folder structure

/S Delete specified files from all subdirectories.
/Q Quiet mode, do not ask if ok to delete on global wildcard.

Comments

Popular posts from this blog

Delete Blank Columns From The Excel

Steps to Deploy the OFSAA application in WEBLOGIC server: