Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Copy files between two date
Name: Guido Date: September 26, 2003 at 07:17:58 Pacific OS: Windows 2000 CPU/Ram: 1 Gb
Comment:
Hi, I need to copy files from one folder to another filtering them by date. I mean that I need to copy only those file that have a date included between Date1 and Date2.
Summary: Hi. How can I copy files from a volume V1 to another V2, without changing the Create Date of each file? Note that, in Windows, we can see 3 data about date, to any file (see file's properties): - Crea...
Summary: Xcopy has a /d switch that allows you to copy files dated after a certain date. Xxcopy is freeware that's similar to xcopy but has more command switches. It has a /db switch that copies files dated...