Batch and task scheduler , to move folders to external

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
adamf4i
Posts: 1
Joined: 09 Apr 2015 12:20

Batch and task scheduler , to move folders to external

#1 Post by adamf4i » 09 Apr 2015 12:26

I need to create a batch file or task that will move folders from a path on c:\etc\etc to f:\etc

New files/folders get added everyday and i want to have something that will move the folders that are older then 60 days to the external f:\etc folder

any help is appreciated

Squashman
Expert
Posts: 4465
Joined: 23 Dec 2011 13:59

Re: Batch and task scheduler , to move folders to external

#2 Post by Squashman » 09 Apr 2015 18:06

Not on a pc right now but take a look at the FORFILES & ROBOCOPY commands.

Post Reply