Anyone know of a script which I can execute with task scheduler which will allow me to delete the contents of a specified folder, but only the content that hasn't been modified for the last 3 days?

link|improve this question

75% accept rate
feedback

1 Answer

up vote 1 down vote accepted

You could do this in a powershell script which is supported in windows server 2008. I found this at stackoverflow

http://stackoverflow.com/questions/827738/powershell-script-to-delete-old-files

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.