Is there any way by using some sort of script to import netscape bookmarks
into IE? We are moving away from Netscape in our organisation, it would be
save alot of time if we could automatically do the import say throuogh a
login script then to walk to every machine and run the IE import wizard.

thanks

Re: Import NS bookmarks script by TDM

TDM
Thu Aug 25 15:36:18 CDT 2005


I took a quick look at this a while back and decided to take the "cheesy"
approach.
Since the bookmarks file is an html document, we set the users IE start page
to this
file. Then, as they visited the links, they added them to the IE favorites
in that way.

This would be a bit tricky to script as the formats are completely
different. I may take
another crack at it and if I have success, I will post.

TDM

"Dino" <Dino@discussions.microsoft.com> wrote in message
news:3EB4C62E-3037-44A3-8CE0-0A4C21C5FE65@microsoft.com...
> Is there any way by using some sort of script to import netscape bookmarks
> into IE? We are moving away from Netscape in our organisation, it would be
> save alot of time if we could automatically do the import say throuogh a
> login script then to walk to every machine and run the IE import wizard.
>
> thanks



Re: Import NS bookmarks script by TDM

TDM
Fri Aug 26 11:54:36 CDT 2005


Hmm, that was pretty stupid of me. The method I posted earlier
assumes the know where their bookmarks fils is. If they know that,
than simply have IE import them which is now supported, at least
IE6 anyway. Sorry for the stupid post.

I did have a look at scripting it. The best I was able to come up
with in the time allocated was simply getting the links. The tough
part is retaining the folder structure if they have one.

I vote for just having them import them to IE.


TDM

"TDM" <tdm3@nospam.net> wrote in message
news:e94YmSbqFHA.1272@TK2MSFTNGP11.phx.gbl...
>
> I took a quick look at this a while back and decided to take the "cheesy"
> approach.
> Since the bookmarks file is an html document, we set the users IE start
> page to this
> file. Then, as they visited the links, they added them to the IE favorites
> in that way.
>
> This would be a bit tricky to script as the formats are completely
> different. I may take
> another crack at it and if I have success, I will post.
>
> TDM
>
> "Dino" <Dino@discussions.microsoft.com> wrote in message
> news:3EB4C62E-3037-44A3-8CE0-0A4C21C5FE65@microsoft.com...
>> Is there any way by using some sort of script to import netscape
>> bookmarks
>> into IE? We are moving away from Netscape in our organisation, it would
>> be
>> save alot of time if we could automatically do the import say throuogh a
>> login script then to walk to every machine and run the IE import wizard.
>>
>> thanks
>
>