How do I view dir get time range of modified files?

Asked By 40 points N/A Posted on -
qa-featured

Hello fellow members.  I need to find the directory of modified files in a certain time range.  Do I need a program for this or do I just use the command line?  I need help with dir get time range of modified files.  I'm on Windows XP 64 bit.  Thanks.

SHARE
Best Answer by Mcdonald Larimore
Answered By 0 points N/A #142892

How do I view dir get time range of modified files?

qa-featured

Hi,

 
For Windows, command used to filter out is only through date modified & not by time modified.
On the other side, cmd "DIR *.* /o-d" will provide you directories sorted under time constraint.
 
Thanks.
Best Answer
Best Answer
Answered By 0 points N/A #142893

How do I view dir get time range of modified files?

qa-featured

Hello Elyssaguadalupe,

There is no such software available that could help you list the files modified within a specified time range. The only option is to use command line interface to list such files. But you must know the commands and their usage to complete the task successfully.

The best command is the “find” command and to filter the results to list the files modified in a specified time range, use this command with “-newerXY” filter. The proper usage and a detailed explanation for this command is available in the notepad file attached to this comment.

Related Questions