Board logo

标题: 求助,怎么跳过批删除时不能删的文件? [打印本页]

作者: haibo327     时间: 2007-8-9 14:53    标题: 求助,怎么跳过批删除时不能删的文件?

运行以下代码并不能正常清理Temporary Internet Files文件夹
@echo off

echo 开始清除电脑里的垃圾文件,请稍等......

del /f /s /q "d:\Temporary Internet Files\*.*"

del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"

del /f /s /q "%userprofile%\Local Settings\Temp\*.*"

del /f /s /q "%userprofile%\recent\*.*"

del /a /f /s /q "D:\System Volume Information\*.*"
del /a/f/s/q "e:\System Volume Information\*.*"
del /a/f/s/q "f:\System Volume Information\*.*"
del /a/f/s/q "g:\System Volume Information\*.*"
del /a/f/s/q "h:\System Volume Information\*.*"
del /a/f/s/q "j:\System Volume Information\*.*"
del /a/f/s/q "i:\System Volume Information\*.*"

rd /s/q "D:\System Volume Information"
rd /s/q "e:\System Volume Information"
rd /s/q "f:\System Volume Information"
rd /s/q "g:\System Volume Information"
rd /s/q "h:\System Volume Information"
rd /s/q "j:\System Volume Information"
rd /s/q "i:\System Volume Information"


echo 已清电脑里的垃圾文件,请按任意键退出


echo. & pause
[ Last edited by haibo327 on 2007-8-9 at 03:19 PM ]
作者: 1112yuhua     时间: 2007-8-9 15:03
它不是自动跳过去了吗
作者: haibo327     时间: 2007-8-9 15:06
是么?那我怎么打开Temporary Internet Files文件夹里面还有很多图片啊什么的文件?
我是关了网页执行的P应该没有那么多文件的