delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/1997/05/16/18:13:12

From: Alec AT tca DOT co DOT uk (Alec Clews)
Subject: Handy script for MS Internet Explorer Users
16 May 1997 18:13:12 -0700 :
Approved: cygnus DOT gnu-win32 AT cygnus DOT com
Distribution: cygnus
Message-ID: <c=US%a=_%p=TCA%l=EXCHANGE-970516151331Z-27453.cygnus.gnu-win32@intmail.tca.co.uk>
Original-To: "'gnu-win32 AT cygnus DOT com'" <gnu-win32 AT cygnus DOT com>
X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.993.5
Encoding: 33 TEXT
Original-Sender: owner-gnu-win32 AT cygnus DOT com

Here is something I wrote to export the bookmark URL's out of MS
Internet Explorer so that you can load them into another browser.

Enjoy, let me know if you find any problems with it

Regards,
Alec
--
Alec Clews,           <alec AT consulting DOT tca DOT co DOT uk>,                PGP
keyid:48FA EB81
TCA Consulting Ltd                             44-(0)171-415-8159
Fax:44-(0)171-556-0022
New CIty Court, 20 St Thomas Street, London, Britain, SE1 9SD
====================== Usual Disclaimers Apply =====================
[Personal and PGP key http://www.earth.demon.co.uk/alec]


#! /bin/sh
#   traverse a diretcory of MS Internet Explorer URL files and 
#   print out an html list of urls to insert in a bookmark file

#    $1  - location of URL files - default is /windows/Favorites


echo '<ul>'
find ${1-/windows/Favorites} -type f -exec grep URL /dev/null {} \;|
sed -e 's/^..*[\\\/]\([^\/][^\/]*\)\.url:URL=\(..*\)$/<li><a
href="\2">\1<\/a><\/li>/'
echo '</ul>'




-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019