Hi Chuck, ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 05, 2001 8:46 AM Subject: Access IE History data
Does anyone know of a way to get the History data for a specific user under NT4.0? You can view it in explorer, but if you go to the same directory in > a DOS window you just see a file called index.dat - which I assume is some > kind of binary data file. Has anyone tried to pull info out of it before? > or do you know how MS is showing it in explorer? The MS way is with interfaces. Here is a VB sample: http://www.domaindlx.com/e_morcillo/scripts/type/default.asp?page=inet#hist To do it in Perl would require a small miracle, unless you could wrap the above approach in COM and use Win32::OLE hth, Mark Pryor ICQ 64329574 Pgp KeyID: 0x1A966EC5 > > Thanks, > > Chuck > > _______________________________________________ > Perl-Win32-Users mailing list > [EMAIL PROTECTED] > http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users _______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users
