View Single Post
  #2 (permalink)  
Old 07-24-2008, 03:23 PM
Pegasus \(MVP\)
 
Posts: n/a
Re: Program for automatically deleting old files?


"boe" <boe_d@hotmail.com> wrote in message
news:B72AA186-DBE8-4FA2-8EC6-A4B34B7F0237@microsoft.com...
> Hello,
>
> I'd like to automatically clean out files older than 90 days on a weekly
> basis from specific directories are there any commands, utilities or
> programs I can use to do this?
>
>
> Thanks


You can do this with robocopy.exe, using the /mov switch, followed
by a "delete" command.


Reply With Quote