http://qs1969.pair.com?node_id=127540


in reply to Grab all IE bookmarks on a windows machine.

Grab all IE bookmarks on a windows machine
That's not strictly true. Your script will work on most Win9x or WinMe machines. On WinNT and Win2k, you'll want to search these other folders (unless you have moved the folders or installed on a different drive):

WinNT: c:/winnt/profiles/[username]/favorites
Win2k: c:/Documents and Settings/[username]/favorites

To get the logged in user's profile folder, use $ENV{USERPROFILE}.

Simon Flack ($code or die)
$,=reverse'"ro_';s,$,\$,;s,$,lc ref sub{},e;$,
=~y'_"' ';eval"die";print $_,lc substr$@,0,3;
  • Comment on Re: Grab all IE bookmarks on a windows machine.