delete files older than 6 months?

Don
Joined
21 Oct 2002
Posts
46,829
Location
Parts Unknown
how can you automate this process for C:\folder\ and it's subfolders, without 3rd party programs if poss
 
I had to do something very similar in work the other month. I ended up writing a bespoke batch file using Robocopy to move stuff to a temp path and then deleting the temp path.

There are times when UNIX is just a darn sight easier....
 
Back
Top Bottom