Skip to main content
added 107 characters in body
Source Link
Breakthrough
  • 34.6k
  • 10
  • 105
  • 153

You can do this using del and the /S flag (to tell it to remove all files from all subdirectories):

del /S C:\Path\to\directory\*
del /S C:\Path\to\directory\*

You can do this using del and the /S flag (to tell it to remove all files from all subdirectories):

del /S C:\Path\to\directory\*
Source Link
MDMarra
  • 20.6k
  • 4
  • 45
  • 55

del /S C:\Path\to\directory\*