• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Add IE Favorites
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Add IE Favorites


  • Subject: Re: Add IE Favorites
  • From: Timothy Bates <email@hidden>
  • Date: Fri, 06 Sep 2002 10:13:57 +1000

> From: Mike Tuller <email@hidden>
> I am an administrator of multiple machines and would like to create a script
> that will add favorites to Internet Explorer. The users already have
> favorites of their own set, so I don't want to remove what they already
> have, I just want to add. Also, if the script adds favorites, I would need
> it to keep from adding favorites that already exist.
>
> Can someone point me in the right direction on this?

Should be pretty straight forward. The IE favorites file is amarkup file

Under 10 it lives at
~/Library/Preferences/Explorer/Favorites.html

Just open this up in a text editor to see the format, (or drop it on IE to
see the layout).

Then to modify it by applescript do something like

set a to read file <favorites>
--find the bit you want to insert at
--insert your items
Write file <favorites> newString



Dr Timothy Bates <mailto:email@hidden>
Macquarie Centre for Cognitive Science (MACCS)
Macquarie University
Ph 61 (2) 9850 8623
Fx 61 (2) 9850 6059
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

References: 
 >Add IE Favorites (From: Mike Tuller <email@hidden>)

  • Prev by Date: Re: Problem saving stay-open applet
  • Next by Date: Re: URL Access Scripting-Form Data
  • Previous by thread: Add IE Favorites
  • Next by thread: Scripting Quark 5.01 from Jaguar
  • Index(es):
    • Date
    • Thread