Jump to content

Program for automatically deleting old files?


Recommended Posts

Posted

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

  • Replies 2
  • Created
  • Last Reply
Guest Pegasus \(MVP\)
Posted

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.

Posted

Re: Program for automatically deleting old files?

 

Thanks - I'm not familiar with it but I'll look it up.

 

"Pegasus (MVP)" <I.can@fly.com.oz> wrote in message

news:uooITjZ7IHA.5440@TK2MSFTNGP02.phx.gbl...

>

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

>


×
×
  • Create New...