Last modified date

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm looking for a tool which can produce a report for files on a file server
which have not been accessed for x number of days so that we can delete them
from the server.
 
Carol Deavy said:
I'm looking for a tool which can produce a report for files on a file
server
which have not been accessed for x number of days so that we can delete
them
from the server.

You could use xxcopy.exe like so to generate a report of
all files that have not been accessed for a whole year::

xxcopy /db#365 /L /s /y d:\Shares c:\Temp\ > c:\Report.txt
 
Thank you for sharing...neat tool! I have been playing with it to see if I
can get a good picture to provide to my director. Much appreciated!
 
Back
Top