<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Startup Script Batch File for Outlook Error &quot;Can&#8217;t Create file: file.xxx. Right-click the folder&#8230;..&quot;</title>
	<atom:link href="http://untangible.com/2008/10/startup-script-batch-file-for-outlook.html/feed" rel="self" type="application/rss+xml" />
	<link>http://untangible.com/2008/10/startup-script-batch-file-for-outlook.html</link>
	<description></description>
	<lastBuildDate>Mon, 28 Nov 2011 22:39:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Outlook Error: &#8220;Can&#8217;t Create file: file.xxx. Right-click the folder&#8230;..&#8221; &#124; Untangible</title>
		<link>http://untangible.com/2008/10/startup-script-batch-file-for-outlook.html/comment-page-1#comment-404</link>
		<dc:creator>Outlook Error: &#8220;Can&#8217;t Create file: file.xxx. Right-click the folder&#8230;..&#8221; &#124; Untangible</dc:creator>
		<pubDate>Mon, 16 Mar 2009 21:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://untangible.com/blog/2008/10/startup-script-batch-file-for-outlook-error-cant-create-file-filexxx-right-click-the-folder.html#comment-404</guid>
		<description>[...] UPDATE 10/22/08: Using a batch file to automatically clear this folder on computer startup. [...]</description>
		<content:encoded><![CDATA[<p>[...] UPDATE 10/22/08: Using a batch file to automatically clear this folder on computer startup. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EricPell</title>
		<link>http://untangible.com/2008/10/startup-script-batch-file-for-outlook.html/comment-page-1#comment-253</link>
		<dc:creator>EricPell</dc:creator>
		<pubDate>Mon, 05 Jan 2009 02:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://untangible.com/blog/2008/10/startup-script-batch-file-for-outlook-error-cant-create-file-filexxx-right-click-the-folder.html#comment-253</guid>
		<description>Thanks for the great addition Mark!  I&#039;ll put an update out to reflect the changes.</description>
		<content:encoded><![CDATA[<p>Thanks for the great addition Mark!  I&#8217;ll put an update out to reflect the changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://untangible.com/2008/10/startup-script-batch-file-for-outlook.html/comment-page-1#comment-252</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Mon, 05 Jan 2009 01:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://untangible.com/blog/2008/10/startup-script-batch-file-for-outlook-error-cant-create-file-filexxx-right-click-the-folder.html#comment-252</guid>
		<description>in the case that the cd does not work (ie the directory does not exist), you wouldnt want the rm *.* to execute.  I added a few lines to protect against this.

@ECHO OFF
ECHO Deleting Outlook 2003 temporary files
cd %userprofile%/local settings/temporary internet files/olk*
if errorlevel 1 goto end
del *.* /s /f /q

:end
exit</description>
		<content:encoded><![CDATA[<p>in the case that the cd does not work (ie the directory does not exist), you wouldnt want the rm *.* to execute.  I added a few lines to protect against this.</p>
<p>@ECHO OFF<br />
ECHO Deleting Outlook 2003 temporary files<br />
cd %userprofile%/local settings/temporary internet files/olk*<br />
if errorlevel 1 goto end<br />
del *.* /s /f /q</p>
<p>:end<br />
exit</p>
]]></content:encoded>
	</item>
</channel>
</rss>

