• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How do I copy folders newer than certain date?

whistleclient

Platinum Member


i have music organized as such


Music Folder
-------Artist Folder
------------Album Folder
------------Album Folder
-------Artist Folder

etc

But I need to copy only the subfolders that are newer than a certain date. is this possible?

it's not a true sync, as the "copy to" location won't have the older stuff.

any way to do this?
 
Search for all your files.

Sort by date.

Grab those that you want to copy and do so.
 
command prompt to your directory...

type in "xcopy *.* c:\newdirect /d:1-10-2005 /s"

will copy all files in current directory and subdirectory manitang structure with date changed on or after given day to the newdirectory

*hugs DOS*
 
Back
Top