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
 
Back
Top