Home / Microsoft / Microsoft DOS / search file created during specific date/time
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] - (Bottom) Print
Author Topic: search file created during specific date/time  (Read 436 times)
Yogesh123
Topic Starter
Beginner



Posts: 57


« on: November 24, 2009, 05:11:28 AM »

Dear,

c:
dir abc.txt /s >c:main.txt

By this command i am getting the list of files exists in entire C: named as "abc.txt"

but how do i limit my search to findout the "abc.txt" file created during specific date/time.

please advise,
thanks in advance.
IP logged
MikeTaylor
Rookie



Posts: 24


« Reply #1 on: November 24, 2009, 07:30:39 AM »

C:\>dir /s  abc*.txt   |  findstr  " 11/10/2009 "
11/10/2009  02:24 PM                36 abc.txt
11/10/2009  02:24 PM                36 abc.txt
11/10/2009  02:24 PM                36 abc.txt

C:\>
IP logged

Bill Richardson
Pages: [1] - (Top) Print 
Home / Microsoft / Microsoft DOS / search file created during specific date/time « previous next »
 


Login with username, password and session length

Old Forum Search | Forum Rules
Copyright © 2010 Computer Hope ® All rights reserved.
Powered by SMF 2.0 RC3 | SMF © 2006–2010, Simple Machines LLC
Page created in 0.076 seconds with 21 queries.