<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I'm using Vista OS. In playing around with a few commands to do what
you want, I discovered that at some point Microsoft has obsoleted XCOPY
in favor of ROBOCOPY. That's good for you, if you have it. It looks
like ROBOCOPY has the exact options you might be looking for. From the
console prompt, type    robocopy /?   for the command parameters. It
can supposedly include or exclude files based on date or age of the
file. Check the /MAXAGE /MINAGE /MAXLAD and /MINLAD options.<br>
<br>
I sorry I can't spend any more time on it right now, but this might
help to get you started. Note that if you use the -L parameter, no
files will actually be copied, so you are free to process the whole
file system without actually making any copies. Essentially you can
build a list without making any actual file copies.<br>
<br>
Hope this helps,<br>
Chad<br>
<br>
<br>
<br>
<br>
<pre class="moz-signature" cols="72">-----------------------
Chad Neeper
Senior Systems Engineer

Level 9 Networks
740-548-8070 (voice)
866-214-6607 (fax)

--   Full LAN/WAN consulting services   --
-- Specialized in libraries and schools --</pre>
<br>
<br>
R Young wrote:
<blockquote
 cite="mid:C4F98C8BD8A54B96AA47E276C1A6BD72@wcplib.lib.oh.us.com"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta content="MSHTML 6.00.6000.16915" name="GENERATOR">
  <style></style>
  <div><font face="Arial" size="2">I know the rest of Ohio is bogged
down in snow and ice, but here in Southeast Ohio it is sunny and
warm. (Yeah, right. I wish).   
  <div> </div>
  <div><font face="Arial" size="2">Anyway, it is time for spring
cleaning.  What I would like to do is search my server for documents
and files created before, say 2009, and stored on the server by staff. 
I would like to port that search into a document or comma delimited
file so that I can print a list of these files for weeding purposes.  </font></div>
  <div> </div>
  <div><font face="Arial" size="2">any suggestions?</font></div>
  <div> </div>
  <div><font face="Arial" size="2">Thanks</font></div>
  <div> </div>
  <div><font face="Arial" size="2">R. Young</font></div>
  <div><font face="Arial" size="2">Washington County Public Library</font></div>
  <div><a moz-do-not-send="true" href="mailto:roger@wcplib.lib.oh.us">roger@wcplib.lib.oh.us</a></div>
  </font></div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
OPLINTECH mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OPLINTECH@oplin.org">OPLINTECH@oplin.org</a>
<a class="moz-txt-link-freetext" href="http://mail.oplin.org/mailman/listinfo/oplintech">http://mail.oplin.org/mailman/listinfo/oplintech</a>
Search: <a class="moz-txt-link-freetext" href="http://oplin.org/techsearch">http://oplin.org/techsearch</a>
  </pre>
</blockquote>
</body>
</html>