Search by Created Date

  • Thread starter Thread starter Martin Schmid
  • Start date Start date
M

Martin Schmid

In the serch function in XP, you can search by the date MODIFIED, but is
there a way (in XP or 2000) to search for files based on the date CREATED?

Thanks for any help!
 
You can do it from a Command Prompt:

dir /s /t:c c:\*.* | findstr /i "directory 29/09/2003" | more
 
Huh?

In 2000, and possibly xp as well, it is easier (to remember)

Win+f
Under Search options, check Date
the list will expand

The drop down list (listbox) will give you a choice of Modified, created,
or last accessed
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top