 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Something Wicked This Way Comes &#187; Internet Explorer</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/system-administration/tag/internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/system-administration</link>
	<description></description>
	<lastBuildDate>Thu, 15 Jan 2009 16:27:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Windows Batch File to Backup Internet Explorer Favorites</title>
		<link>http://itknowledgeexchange.techtarget.com/system-administration/windows-batch-file-to-backup-internet-explorer-favorites/</link>
		<comments>http://itknowledgeexchange.techtarget.com/system-administration/windows-batch-file-to-backup-internet-explorer-favorites/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 16:14:20 +0000</pubDate>
		<dc:creator>Dave Raffo</dc:creator>
				<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Batch]]></category>
		<category><![CDATA[Favorites]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/system-administration/?p=36</guid>
		<description><![CDATA[Here is a quick batch file I wrote to copy Microsoft Internet Explorer Favorites to another location. Fill in the BACKUPPATH variable and stick it in a Group Policy logon (or logoff) script to make sure that users have a backup of the bookmarks.]]></description>
				<content:encoded><![CDATA[<p>Here is a quick batch file I wrote to copy Microsoft Internet Explorer Favorites to another location. Fill in the BACKUPPATH variable and stick it in a Group Policy logon (or logoff) script to make sure that users have a backup of the bookmarks.</p>
<pre class="brush: plain; title: ; notranslate">
@echo off
rem -----------------------------------------------------------------
rem backup-iefavs.bat
rem Copies Internet Explorer Favorites to another location
rem written by Spencer Kuziw (s.kuziw-at-epic-dot-ca)
rem -----------------------------------------------------------------

rem VARIABLES
rem Path to Backup Location (no quotes necessary for log names)
rem can be a local path or UNC
set BACKUPPATH=%USERPROFILE%\Desktop\Very Long Name This Is

:copy
xcopy &quot;%USERPROFILE%\favorites&quot; &quot;%BACKUPPATH%\favorites&quot; /i /t /y
xcopy &quot;%USERPROFILE%\favorites&quot; &quot;%BACKUPPATH%\favorites&quot; /e /i /y

:eof
</pre>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/system-administration/windows-batch-file-to-backup-internet-explorer-favorites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
