....
I'm not able to see the contents of the History folder when I use a command
"dir /a". And when I use "cd today" or "cd Monday" the response is "The
system cannot find the path specified".
The History folder is a special folder implemented by a Desktop.ini
and index.dat file. The implementation does not include physical
representations of the views that it can show you.
Of coarse, in Windows Explorer you can see those things that look like
folders called Today, Tuesday, Monday, Last Week, etc. I don't know what
they are called, but I don't think they are subfolders.
So if I can't see them when I use a command prompt, then I don't see how I
can print them.
Any ideas? Or what am I missing?
Here is how I answered this question the last time it came up:
<excerpt>
You need to capture each user's History.IE5\index.dat and then
read it with a special formatter. Originally there was some shareware
called History Reader from Wolfgang Baudisch which I used
to inform posters of whenever this question was raised. The last time
it was discovered that the link I provided did not work. YMMV.
There are other angles to this topic. In particular provided timestamps
are not important to you, you can get a rough list of sites visited simply
by using the following command line pipeline:
find /i "visited:" index.dat | sort
Do a Google Groups search for more. E.g. try:
author:aldwinckle baudisch
Good luck
Robert Aldwinckle