"shakey" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> When I log on as a user I see a standard set of toolbar icons and the one
> for history pulls up the sites visited sorted by day,week etc and identifies
> each.
> When I log on as a different user I get a different set of icons which is
> strange in itself as I initially set user up and doubt they could
> deliberately change it. Anyway the history icon pulls up a numeric list that
> opens to notebook window that is about three screens wide containing much
> non-alphabetic characters but there is reference to some past pages buried
> in the mess.
> clicking history icon opens like:
> History IE5
> index
> many dat files
> How do I get the history to read out like standard IE6 does.
You can't. The best you could do is use a third-party tool.
If you're just trying to get a list of visited URLs in another user's profile
you could copy the path you have in the Address bar then to ClipBoard
(e.g. press Alt-d,Ctrl-c), switch to a cmd window (aka Command Prompt)
and type:
cd /d
Leave a trailing space after the switch, then right-click Paste
the path in to complete the change directory command you're building,
then press Enter.
So assuming now that your current drive and directory are in
another user's History.IE5 subdirectory, next Enter:
find /i "Visited:" index.dat >visited.txt
and
notepad visited.txt
> Yes it is IE6 running for both users but the IE5 reference above is correct.
> Thank you
> Mel
HTH
Robert Aldwinckle
---
|