<?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>ostebaronen.dk &#187; Delete</title>
	<atom:link href="http://ostebaronen.dk/tag/delete/feed/" rel="self" type="application/rss+xml" />
	<link>http://ostebaronen.dk</link>
	<description>write letters and shit, yo!</description>
	<lastBuildDate>Wed, 07 Jul 2010 00:43:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Delete all your temporary shit on Windows</title>
		<link>http://ostebaronen.dk/delete-all-your-temporary-shit-on-windows/</link>
		<comments>http://ostebaronen.dk/delete-all-your-temporary-shit-on-windows/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 00:51:30 +0000</pubDate>
		<dc:creator>ostebaronen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Crap]]></category>
		<category><![CDATA[Delete]]></category>
		<category><![CDATA[Disk]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[Temporary]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://ostebaronen.dk/?p=367</guid>
		<description><![CDATA[So you might think, where did your 10 GB worth of disk space go? Did it disappear, what is using it? The answer is, temporary files and logs ate it! I found out that I had 15 GB worth of logs and other shit on my disk that I did not need. So I searched [...]]]></description>
			<content:encoded><![CDATA[<p>So you might think, where did your 10 GB worth of disk space go? Did it disappear, what is using it? The answer is, temporary files and logs ate it! I found out that I had 15 GB worth of logs and other shit on my disk that I did not need. So I searched through it and made a small batch script deleting the stuff. You might say that you can use programs like ccleaner or so, but if you do not want to install these programs you will be served well with a small script running from time to time, deleting files ending with a specified extension. So here goes my script:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
</pre></td><td class="code"><pre class="dos" style="font-family:monospace;"><span style="color: #b1b100; font-weight: bold;">del</span> /f /s /q <span style="color: #33cc33;">%</span><span style="color: #448888;">tmp</span><span style="color: #33cc33;">%</span>\.
<span style="color: #b1b100; font-weight: bold;">rd</span> /s/q <span style="color: #33cc33;">%</span><span style="color: #448888;">tmp</span><span style="color: #33cc33;">%</span>\
&nbsp;
<span style="color: #b1b100; font-weight: bold;">del</span> /f /s /q <span style="color: #33cc33;">%</span><span style="color: #448888;">temp</span><span style="color: #33cc33;">%</span>\.
<span style="color: #b1b100; font-weight: bold;">rd</span> /s /q <span style="color: #33cc33;">%</span><span style="color: #448888;">temp</span><span style="color: #33cc33;">%</span>\
&nbsp;
<span style="color: #b1b100; font-weight: bold;">del</span> /f /s /q <span style="color: #33cc33;">%</span><span style="color: #448888;">systemdrive</span><span style="color: #33cc33;">%</span>\*._mp
<span style="color: #b1b100; font-weight: bold;">del</span> /f /s /q <span style="color: #33cc33;">%</span><span style="color: #448888;">systemdrive</span><span style="color: #33cc33;">%</span>\*.log
<span style="color: #b1b100; font-weight: bold;">del</span> /f /s /q <span style="color: #33cc33;">%</span><span style="color: #448888;">systemdrive</span><span style="color: #33cc33;">%</span>\*.old
<span style="color: #b1b100; font-weight: bold;">del</span> /f /s /q <span style="color: #33cc33;">%</span><span style="color: #448888;">systemdrive</span><span style="color: #33cc33;">%</span>\*.dmp
<span style="color: #b1b100; font-weight: bold;">del</span> /f /s /q <span style="color: #33cc33;">%</span><span style="color: #448888;">systemdrive</span><span style="color: #33cc33;">%</span>\*.tmp</pre></td></tr></table></div>

<p>You can of course specify more extensions if you want to&#8230; Have fun with the script!</p>
]]></content:encoded>
			<wfw:commentRss>http://ostebaronen.dk/delete-all-your-temporary-shit-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
