Deleting old files based on date in command line

Need to delete old files based on how old the file is? Need to do in a batch file? Well there’s a great program developed by these guys http://winhlp.com/node/386. Only thing is you need to have java loaded on the machine you are running the command from. The program is accessible via command line and all you need is the below command. The last number in the command is how many days old. This example is for 60 days. You can download the file at http://winhlp.com/node/386, or by clicking here DelOld.exe .

DelOld.exe \temp\*.log 60

line
footer