Last modified 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.
 
P

Pegasus \(MVP\)

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
 
G

Guest

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top