<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: adding url&#8217;s to the links toolbar in IE via script</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/adding-urls-to-the-links-toolbar-in-ie-via-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/adding-urls-to-the-links-toolbar-in-ie-via-script/</link>
	<description></description>
	<pubDate>Sat, 28 Nov 2009 12:34:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Chippy088</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/adding-urls-to-the-links-toolbar-in-ie-via-script/#comment-64103</link>
		<dc:creator>Chippy088</dc:creator>
		<pubDate>Fri, 29 May 2009 18:24:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-64103</guid>
		<description>Good news. Glad to have been of assistance.</description>
		<content:encoded><![CDATA[<p>Good news. Glad to have been of assistance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toggler</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/adding-urls-to-the-links-toolbar-in-ie-via-script/#comment-64096</link>
		<dc:creator>Toggler</dc:creator>
		<pubDate>Fri, 29 May 2009 17:25:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-64096</guid>
		<description>thanks got it working like a charm now</description>
		<content:encoded><![CDATA[<p>thanks got it working like a charm now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chippy088</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/adding-urls-to-the-links-toolbar-in-ie-via-script/#comment-64021</link>
		<dc:creator>Chippy088</dc:creator>
		<pubDate>Thu, 28 May 2009 11:42:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-64021</guid>
		<description>just noticed that the slashes that seperate the folders don't show in the new listing.

4    copy Favorites*.* C:UsersAdministratorFavoritesLinks

Don't understand how they got lost.....</description>
		<content:encoded><![CDATA[<p>just noticed that the slashes that seperate the folders don&#8217;t show in the new listing.</p>
<p>4    copy Favorites*.* C:UsersAdministratorFavoritesLinks</p>
<p>Don&#8217;t understand how they got lost&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chippy088</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/adding-urls-to-the-links-toolbar-in-ie-via-script/#comment-64020</link>
		<dc:creator>Chippy088</dc:creator>
		<pubDate>Thu, 28 May 2009 11:37:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-64020</guid>
		<description>yes, of course it will, sorry I was not thinking straight. dos is finnicky.

Try this instead.

Copy the links you want to add to the new pc into a folder, on floppy or flash stick but use windows explorer to do it.

I called my folder urllinks, dos dosn't like filenames more than 8 characters.

Then change the batch file to the following
---------------------------------------------------------
rem batch file to update new pc with standard url info.
rem the next line copies the link information to favourites bar folder.

copy urllinks*.* C:UsersAdministratorFavoritesLinks

rem copies content of folder from removable medium to folder on new pc
----------------------------------------------------------

I've just done it now to check and it works. just double check the destination folder address for accuracy.
I copy it from the toolbar link when using windows explorer.

Hope it works for you.
Dave</description>
		<content:encoded><![CDATA[<p>yes, of course it will, sorry I was not thinking straight. dos is finnicky.</p>
<p>Try this instead.</p>
<p>Copy the links you want to add to the new pc into a folder, on floppy or flash stick but use windows explorer to do it.</p>
<p>I called my folder urllinks, dos dosn&#8217;t like filenames more than 8 characters.</p>
<p>Then change the batch file to the following<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
rem batch file to update new pc with standard url info.<br />
rem the next line copies the link information to favourites bar folder.</p>
<p>copy urllinks*.* C:UsersAdministratorFavoritesLinks</p>
<p>rem copies content of folder from removable medium to folder on new pc<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>I&#8217;ve just done it now to check and it works. just double check the destination folder address for accuracy.<br />
I copy it from the toolbar link when using windows explorer.</p>
<p>Hope it works for you.<br />
Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toggler</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/adding-urls-to-the-links-toolbar-in-ie-via-script/#comment-63980</link>
		<dc:creator>Toggler</dc:creator>
		<pubDate>Wed, 27 May 2009 17:25:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-63980</guid>
		<description>Thank you.

it looks like I was on the right track but something is not right

I originally had the url's saved in the same folder as my batch file and i used the following code

copy *.url  "c:documents and settings%username%favoriteslinks"

this would copy the url to the folder but it would not populate the toolbar automatically

when I use your code (i even tried copiing line 4 exactly as it's typed as a test)  I keep getting  an "http:" is not a recognized command error..

am i missing something? or is it something like the "choice" command and xp isn't recognizing http: ?</description>
		<content:encoded><![CDATA[<p>Thank you.</p>
<p>it looks like I was on the right track but something is not right</p>
<p>I originally had the url&#8217;s saved in the same folder as my batch file and i used the following code</p>
<p>copy *.url  &#8220;c:documents and settings%username%favoriteslinks&#8221;</p>
<p>this would copy the url to the folder but it would not populate the toolbar automatically</p>
<p>when I use your code (i even tried copiing line 4 exactly as it&#8217;s typed as a test)  I keep getting  an &#8220;http:&#8221; is not a recognized command error..</p>
<p>am i missing something? or is it something like the &#8220;choice&#8221; command and xp isn&#8217;t recognizing http: ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- dynamic -->