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