Batch File to delete folders and contents older than 10 days.
FORFILES /S /D -10 /C "cmd /c IF @isdir == TRUE rd /S /Q @path"
Batch File to delete folders and contents older than 10 days.
FORFILES /S /D -10 /C "cmd /c IF @isdir == TRUE rd /S /Q @path"