Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 122 Bytes

Delete files with more than 30 days.md

File metadata and controls

4 lines (4 loc) · 122 Bytes

Delete files with more than 30 days

FORFILES /M *.* /P "{Folder}" /S /D -30 /C "CMD /C ECHO DEL @path"