How to remove files/folders older than x days on windows from command prompt?
|
feedback
|
|
You could use forfiles in Windows 2003, Vista and Seven, for example for deleting files older than 3 days :
or you can do the same thing with powershell : http://www.networknet.nl/apps/wp/published/powershell-delete-files-older-than-x-days | |||
|
feedback
|
cygwinthen ask the same question, but for Linux instead... – ring0 Jan 13 '11 at 14:43