Link to home
Create AccountLog in
Avatar of cbones
cbonesFlag for United States of America

asked on

Copy Sub Folders to directory by date

Hello,

I am looking to move folders from a certain directory (ex: c:\temp) to a directory with a date structure.  Each day folders are moved from one directory (this process will run all day through the windows scheduled tasks) to c:\2013\02\13 -> the folder with todays date.  Tomorrow all folders would be moved to c:\2013\02\14.
etc...

Can this be done with a batch or vbscript?

Thank you.
SOLUTION
Avatar of RobSampson
RobSampson
Flag of Australia image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
ASKER CERTIFIED SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of Bill Prew
Bill Prew

Thanks.

~bp