<?xml version="1.0" encoding="gbk"?> <rss version="2.0"><channel> <title>定阅帖子更新-BBS.OKHY.COM</title> <link>http://bbs.okhy.com/XML.ASP</link><description>海盐论坛 - 海盐论坛</description> <copyright>TEAM 1.0.1</copyright><generator>OKHY.COM BBS</generator> <item><link>http://bbs.okhy.com/Showpost.asp?id=3073 </link><title><![CDATA[一个可以自己写的清除电脑垃圾的程序]]></title><author>syh-1</author><pubDate>2006-9-22 5:49:30</pubDate><description><![CDATA[<BR><FONT face=宋体 color=#008000 size=4>教大家自己写个程序<BR><BR>这个程序是自动清理电脑里的垃圾而不会破坏系统 比很多软件都好哦<BR>新建一个记事本并输入以下的内容：<BR><BR>@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 "%userprofile%&#92;Local Settings&#92;Temporary Internet Files&#92;*.*"<BR>del /f /s /q "%userprofile%&#92;Local Settings&#92;Temp&#92;*.*"<BR>del /f /s /q "%userprofile%&#92;recent&#92;*.*"<BR>echo 清除垃圾LJ完成！<BR>echo. &amp; pause <BR><BR><BR>最后将它保存，然后更名为“清除垃圾LJ.bat”注意：一定要保存为bat文件<BR><BR>ok！你的LJ清除器就这样制作成功了！<BR>以后只要双击运行该文件，当屏幕提示“清除系统LJ完成！就还你一个“苗条”的系统了！！到时候再看看你的电脑，是不是急速如飞呢？可别忘了回帖喔</FONT>]]></description></item></channel></rss>