Jump to content

Recommended Posts

Guest tucker
Posted

Since there is not a executable associated with it, could a script possible be creating for converting the bookmarks.html links into IE favorites?

Posted

Since there is not a executable associated with  it, could a script possible be creating for converting the bookmarks.html links into IE favorites?

<{POST_SNAPBACK}>

You could do this:

1. Copy the "bookmark.html" file to a temporary folder.

2. Do a line-by-line search for the string <A HREF="

3. If this is found, pull out the text from that point until the next found quotation mark.

4. Create a shortcut in the "Favorites" folder using the URL extracted for the "file" and the name of the site for the "LNK" (with a URL extension).

Who lied and told you life would EVER be fair?

Guest tucker
Posted

oops, sorry guys I finally figured it out now. It didnt dawn on me that I could use mouse clicks/move!

Why don't you just click "Import" on IE's File menu? :)  You can import a bookmarks.html file very easily.

If you want to write a script like benched42 suggested, the following might help:  http://www.robvanderwoude.com/xtreme.html

<{POST_SNAPBACK}>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...