Looking for utility to list information about files.
October 8, 2007 7:26 AM
Subscribe
Is there a utility (freeware or not) that will allow me to specify a directory in Windows XP and monitor that directory for any changes to files (access time, modified time, etc..)?
I've tried a few things (Sysinternals utilities) but they seem to be overkill for what I want. Also, within windows you can add a "Date Modfied" field to the detail file listing but it doesn't seem to work. Any ideas would be appreciated.
posted by KevinSkomsvold to computers & internet (7 comments total)
1 user marked this as a favorite
Anyway - open up a command prompt, [Click Start, type "cmd" and press return.]
Then type "dir /od "{the directory you wish to monitor}"
The last modified files will appear in the list in modified order along with the modified date.
e.g.
C:\>dir /od "s:\run"
Directory of s:\run
27/08/1999 14:02 37 unlock.bat
27/08/1999 14:02 27 report.bat
27/08/1999 14:02 36 admin.bat
27/08/1999 14:02 28 select.bat
13/01/2007 14:10 133 sms7.bat
posted by seanyboy at 7:33 AM on October 8, 2007