|
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.
|