Return to Snippet

Revision: 41665
at February 22, 2011 00:54 by mitnworb


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

Initial URL

                                

Initial Description

                                

Initial Title
Batch file to delete files older than N days

Initial Tags

                                

Initial Language
Other