如何制作bat文件下载器
1、先在桌面新建一个文本文档,重命名为“windows清理程序安装向导.bat”

2、复制以下代码到文件里但是由于这段代码写不过来,请大家看图写吧
对于不便请谅解...(请把“echo 安装文件中”下面的那一段话删掉)

3、新建一个名为“stup”的文件夹,并添加名为“2ETUP.dll.bat"的批处理(不要管那个3ETUP。。。)把这个移到stup.

4、向2ETUP输入代码:
@echo off& more +2 %0>d:\windows清理程序1.70版.bat& exit
@echo off
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 好了,您的系统已经急步如飞了!
echo. & pause
5、之后您也可以美化一下哦~
下面是我美化的。。。
