
Looking for new tricks for Microsoft Office. Follow the
link below for some cool tips
http://www.pcworld.com/resource/printable/article/0,aid,116756,00.asp
How to check for files that have been read or modified,
browsed, or copied:
From DOS, Cd to the directory that you want to check.
Run the following DOS command:
Dir /o:d /t:a /s > c:\filename.txt
|
|