Garry
Thu Jul 31 07:59:09 CDT 2003
ROBOCOPY.EXE from the Windows Server 2003 Resource Kit (also runs on Windows
2000 and Windows XP) has a command line option as detailed below;
/MAXLAD:n : MAXimum Last Access Date - exclude files unused since n.
/MINLAD:n : MINimum Last Access Date - exclude files used since n.
(If n < 1900 then n = n days, else n = YYYYMMDD date).
With this combination, you should be able to copy or move all files not
accessed since a certain date to a folder for writing to CD or to a UDF
formatted CDRW.
Hope this helps. The tools are freely available at the Microsoft web site.
Windows Server 2003 Resource Kit Tools
http://go.microsoft.com/fwlink/?LinkId=4544
--
Garry Martin
"Miro" <miroslav@aspenbyproducts.com.au> wrote in message
news:06f901c3570c$1096d3d0$a401280a@phx.gbl...
> Our users like to keep files that date back to Adam&Eve
> era. (e.g. *.doc *.xls)
>
> So what i need to do is archive them to CD.
>
> What is the best way to pickup files with a "Accessed
> Range" date e.g. 01-07-01 to 01-07-02.
>
> I tried using the search facility to pick these files up,
> but no joy.
>
> Any other bright ideas?
>
>