瑞星卡卡安全论坛技术交流区系统软件 运行了这样一个批处理,有好有点问题

1   1  /  1  页   跳转

运行了这样一个批处理,有好有点问题

运行了这样一个批处理,有好有点问题

一个朋友推荐我执行了这样一个批处理文件,运行之后好象一些程序的安装有问题,高手指教一下看看这个批处理有没有问题,要怎么样做呢?
@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%\小甜饼s\*.*
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 清除系统LJ完成!
echo. & pause
多谢了
最后编辑2006-06-14 09:47:49
分享到:
gototop
 

【回复“chen1300”的帖子】是删除一些垃圾文件的批处理。del /f /q %userprofile%\小甜饼s\*.* 这条必须与你的用户名目录一致,否则无效建议把这条移动到最后,否则一出错,下面的就没用了。
gototop
 

我对批处理一无所知,我想问一下这个批处理文件他会不会自动运行,他会不会自动保存在我的电脑的系统中呢,见笑
gototop
 

【回复“chen1300”的帖子】不放在启动项里面就不会自动运行。不要和AUTOEXEEC。BAT搞起来,那个是开机自动运行的。
gototop
 

有些语句有问题
可以试试以下的:

@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 清除系统LJ完成!
echo. & pause
gototop
 
1   1  /  1  页   跳转
页面顶部
Powered by Discuz!NT