Recursively Delete Files by Extension on Windows


/ Published in: DOS Batch
Save to your folder(s)

Get rid of all pyc files under this folder (useful after branch switch)


Copy this code and paste it in your HTML
  1. del /S *.pyc

URL: http://techie-buzz.com/tips-and-tricks/recursively-delete-files-in-folders-and-sub-folders-using-command-prompt.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.