****0127
Bookmark.htm: How can i duplicate this via SCRIPT?

IE has the capability to create a Bookmark.htm page of all favorites in
FAVORITES.
This is a series of point and clicks as follows:
StartUp InternetExplorer>File>import-export>next>click export-Favorites(in
ListBox)>click next>click next>click next>click yes>click finish>click
yes>click RefreshButton(on IE toolbar)

How can i duplicate this via SCRIPT?

Thanks!
...Vern

Re: Bookmark.htm: by Bill

Bill
Thu Jan 27 22:17:27 CST 2005

Starting with Internet Explorer 5 you can do this with a trivial bit of =
code in a html page: external.ImportExportFavorites(0,'c:\\myfav.htm'). =
Unfortunately, that has been removed in Windows XP SP2, so only usable =
now if you are have an older operating system. =20

If you are just wanting to use this as a local script, the other option =
is to use FileSystemObject on the Favorites folder and format the =
results as HTML. I have an old script for that which may be helpful. I =
just now uploaded to www.billsway.com/notes_public/ -- look for =
Fav2HTML.vbs. That script is over 4 years old, written in the last =
century, but it worked ok when I tried it just now.

--=20

Bill James
Microsoft MVP - Shell/User

Windows VBScript Utilities =BB www.billsway.com/vbspage/
Windows Tweaks & Tips =BB www.billsway.com/notes_public/

"vmars" <vm@verizon.net> wrote in message =
news:uflNn2NBFHA.1084@tk2msftngp13.phx.gbl...
> ****0127
> Bookmark.htm: How can i duplicate this via SCRIPT?
>=20
> IE has the capability to create a Bookmark.htm page of all favorites =
in=20
> FAVORITES.
> This is a series of point and clicks as follows:
> StartUp InternetExplorer>File>import-export>next>click =
export-Favorites(in=20
> ListBox)>click next>click next>click next>click yes>click finish>click =

> yes>click RefreshButton(on IE toolbar)
>=20
> How can i duplicate this via SCRIPT?
>=20
> Thanks!
> ...Vern=20
>=20
>

Re: Bookmark.htm: by vmars

vmars
Mon Jan 31 17:00:14 CST 2005

Thanks Bill;
That works fine.
Great links tooo.
One link is dead though: http://home.att.net/~wshvbs/

...Vern
http://www.parentpresent.org/freePrograms.htm


"Bill James" <wgjames@mvps.org> wrote in message
news:Os44NBPBFHA.4072@TK2MSFTNGP10.phx.gbl...
Starting with Internet Explorer 5 you can do this with a trivial bit of code
in a html page: external.ImportExportFavorites(0,'c:\\myfav.htm').
Unfortunately, that has been removed in Windows XP SP2, so only usable now
if you are have an older operating system.

If you are just wanting to use this as a local script, the other option is
to use FileSystemObject on the Favorites folder and format the results as
HTML. I have an old script for that which may be helpful. I just now
uploaded to www.billsway.com/notes_public/ -- look for Fav2HTML.vbs. That
script is over 4 years old, written in the last century, but it worked ok
when I tried it just now.

--

Bill James
Microsoft MVP - Shell/User

Windows VBScript Utilities » www.billsway.com/vbspage/
Windows Tweaks & Tips » www.billsway.com/notes_public/

"vmars" <vm@verizon.net> wrote in message
news:uflNn2NBFHA.1084@tk2msftngp13.phx.gbl...
> ****0127
> Bookmark.htm: How can i duplicate this via SCRIPT?
>
> IE has the capability to create a Bookmark.htm page of all favorites in
> FAVORITES.
> This is a series of point and clicks as follows:
> StartUp InternetExplorer>File>import-export>next>click export-Favorites(in
> ListBox)>click next>click next>click next>click yes>click finish>click
> yes>click RefreshButton(on IE toolbar)
>
> How can i duplicate this via SCRIPT?
>
> Thanks!
> ...Vern
>
>