gtworek,
not really. robocopy can act on file older than some days or a specific date. You can't select a date range.
Ad-hoc solution: Use the find dialog to filter for the appropriate files, than select and move them.
Batch solution: You have to go thru the files, assemble the date in a useful form, and then compare. With the typical US date format, it is:
Main Topics
Browse All Topics





by: gtworekPosted on 2009-09-17 at 09:37:28ID: 25358101
use robocopy from http://www.microsoft.com/d ownloads/d etails.asp x? familyid =9d467a69- 57ff-4ae7- 96ee-b18c4 790cffd&di splaylang= en
It can do this.