<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[清除Windows本地Temp目录垃圾文件的小工具]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Thu, 26 Mar 2009 09:49:32 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	拷贝如下代码，保存为clean.bat,(后缀为bat),双击即可开始清理：<br/><div class="code">@echo off <br/>echo 正在清除系统垃圾文件，请稍等...... <br/>del /f /s /q %systemdrive%&#92;*.tmp <br/>del /f /s /q %systemdrive%&#92;*._mp <br/>del /f /s /q %systemdrive%&#92;*.log <br/>del /f /s /q %systemdrive%&#92;*.gid <br/>del /f /s /q %systemdrive%&#92;*.chk <br/>del /f /s /q %systemdrive%&#92;*.old <br/>del /f /s /q %systemdrive%&#92;recycled&#92;*.* <br/>del /f /s /q %windir%&#92;*.bak <br/>del /f /s /q %windir%&#92;prefetch&#92;*.* <br/>rd /s /q %windir%&#92;temp &amp; md %windir%&#92;temp <br/>del /f /q %userprofile%&#92;cookies&#92;*.* <br/>del /f /q %userprofile%&#92;recent&#92;*.* <br/>del /f /s /q &quot;%userprofile%&#92;Local Settings&#92;Temporary Internet Files&#92;*.*&quot; <br/>del /f /s /q &quot;%userprofile%&#92;Local Settings&#92;Temp&#92;*.*&quot; <br/>del /f /s /q &quot;%userprofile%&#92;recent&#92;*.*&quot; <br/>echo 清除系统LJ完成！ <br/>echo. &amp; pause&nbsp;&nbsp;</div>
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] 清除Windows本地Temp目录垃圾文件的小工具]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>