skrip batch menghapus file yang lebih tua dari 30 hari

forfiles -p "C:\what\ever" -s -m *.* -d <number of days> -c "cmd /c del @path"
Fragile Fish