<?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: How to clear the temp directory.</title>
	<atom:link href="http://www.css-networks.com/2008/08/how-to-clear-the-temp-directory.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.css-networks.com/2008/08/how-to-clear-the-temp-directory.html</link>
	<description>Carl's blog about stuff</description>
	<lastBuildDate>Fri, 27 Aug 2010 16:32:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Zack</title>
		<link>http://www.css-networks.com/2008/08/how-to-clear-the-temp-directory.html/comment-page-1#comment-1994</link>
		<dc:creator>Zack</dc:creator>
		<pubDate>Sun, 08 Aug 2010 11:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.css-networks.com/?p=139#comment-1994</guid>
		<description>ok i got the user temp folder cleaned but when i tryed the windows temp folder i use the cd %windir%\temp rd /s . did Y pressed enter and all it says is access denied know it didnt clear it because i checked it any idea whats the prob ??</description>
		<content:encoded><![CDATA[<p>ok i got the user temp folder cleaned but when i tryed the windows temp folder i use the cd %windir%\temp rd /s . did Y pressed enter and all it says is access denied know it didnt clear it because i checked it any idea whats the prob ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Making Vim run Stata and clean up after itself &#124; A Stata Mind</title>
		<link>http://www.css-networks.com/2008/08/how-to-clear-the-temp-directory.html/comment-page-1#comment-870</link>
		<dc:creator>Making Vim run Stata and clean up after itself &#124; A Stata Mind</dc:creator>
		<pubDate>Tue, 02 Mar 2010 19:03:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.css-networks.com/?p=139#comment-870</guid>
		<description>[...] this out, I also discovered that there&#039;s a quick way to clean up %temp% thoroughly, as shown here. Good to know. One of these days I might add that to _vimrc too. Now I&#039;m on a roll.  var [...]</description>
		<content:encoded><![CDATA[<p>[...] this out, I also discovered that there&#39;s a quick way to clean up %temp% thoroughly, as shown here. Good to know. One of these days I might add that to _vimrc too. Now I&#39;m on a roll.  var [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vincetronics</title>
		<link>http://www.css-networks.com/2008/08/how-to-clear-the-temp-directory.html/comment-page-1#comment-751</link>
		<dc:creator>vincetronics</dc:creator>
		<pubDate>Wed, 15 Jul 2009 16:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.css-networks.com/?p=139#comment-751</guid>
		<description>AWESOME! I just recovered 3GB this way! Amazing. Thanks again!</description>
		<content:encoded><![CDATA[<p>AWESOME! I just recovered 3GB this way! Amazing. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sun</title>
		<link>http://www.css-networks.com/2008/08/how-to-clear-the-temp-directory.html/comment-page-1#comment-720</link>
		<dc:creator>sun</dc:creator>
		<pubDate>Fri, 15 May 2009 16:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.css-networks.com/?p=139#comment-720</guid>
		<description>thank u 
it worked 4 me too</description>
		<content:encoded><![CDATA[<p>thank u<br />
it worked 4 me too</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sun</title>
		<link>http://www.css-networks.com/2008/08/how-to-clear-the-temp-directory.html/comment-page-1#comment-721</link>
		<dc:creator>sun</dc:creator>
		<pubDate>Fri, 15 May 2009 16:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.css-networks.com/?p=139#comment-721</guid>
		<description>thank u 
it worked 4 me too</description>
		<content:encoded><![CDATA[<p>thank u<br />
it worked 4 me too</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.css-networks.com/2008/08/how-to-clear-the-temp-directory.html/comment-page-1#comment-118</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 05 Nov 2008 23:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.css-networks.com/?p=139#comment-118</guid>
		<description>Thanks so much Carl for taking the time to lay it out for me.  Worked like a charm.  You&#039;re the man!

Cheers,

Matt</description>
		<content:encoded><![CDATA[<p>Thanks so much Carl for taking the time to lay it out for me.  Worked like a charm.  You&#8217;re the man!</p>
<p>Cheers,</p>
<p>Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Farrington</title>
		<link>http://www.css-networks.com/2008/08/how-to-clear-the-temp-directory.html/comment-page-1#comment-104</link>
		<dc:creator>Carl Farrington</dc:creator>
		<pubDate>Mon, 27 Oct 2008 16:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.css-networks.com/?p=139#comment-104</guid>
		<description>Hello Matt. You have to do:
rd[space]/s[space].

So that&#039;s:
rd, space, slash-S, space, dot

I&#039;ve updated the article to explain this a bit better.</description>
		<content:encoded><![CDATA[<p>Hello Matt. You have to do:<br />
rd[space]/s[space].</p>
<p>So that&#8217;s:<br />
rd, space, slash-S, space, dot</p>
<p>I&#8217;ve updated the article to explain this a bit better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.css-networks.com/2008/08/how-to-clear-the-temp-directory.html/comment-page-1#comment-103</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 27 Oct 2008 14:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.css-networks.com/?p=139#comment-103</guid>
		<description>ha ha, another useful article!  I first saw one of my level one corporate help desk techies use this, exactly as you explained via explorer.  i mimicked that same technique, getting stuck on the &quot;in use&quot; files.  

i just tried this on my machine (windows xp professional), and it said &quot;paramater format not correct - &quot;s.&quot;.  i typed in rd /s. and then rd/s. and got the same message both times.  did i miss something?</description>
		<content:encoded><![CDATA[<p>ha ha, another useful article!  I first saw one of my level one corporate help desk techies use this, exactly as you explained via explorer.  i mimicked that same technique, getting stuck on the &#8220;in use&#8221; files.  </p>
<p>i just tried this on my machine (windows xp professional), and it said &#8220;paramater format not correct &#8211; &#8220;s.&#8221;.  i typed in rd /s. and then rd/s. and got the same message both times.  did i miss something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Publisher cannot complete the operation &#124; Carl's Blog</title>
		<link>http://www.css-networks.com/2008/08/how-to-clear-the-temp-directory.html/comment-page-1#comment-10</link>
		<dc:creator>Publisher cannot complete the operation &#124; Carl's Blog</dc:creator>
		<pubDate>Mon, 25 Aug 2008 13:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.css-networks.com/?p=139#comment-10</guid>
		<description>[...] Archives             &#171; How to clear the temp directory. [...]</description>
		<content:encoded><![CDATA[<p>[...] Archives             &laquo; How to clear the temp directory. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
