Guest tucker Posted March 23, 2005 Posted March 23, 2005 Since there is not a executable associated with it, could a script possible be creating for converting the bookmarks.html links into IE favorites?
benched42 Posted March 25, 2005 Posted March 25, 2005 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?
CyberSlug Posted March 25, 2005 Posted March 25, 2005 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 Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Guest tucker Posted March 25, 2005 Posted March 25, 2005 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}>
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now