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.
How do I view dir get time range of modified files?
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.
How do I view dir get time range of modified files?
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.