242007-02-07 23:05:02
经验证完全正确!
@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
242007-02-07 23:07:51
太平洋的正确程序在此:http://web.wenxuecity.com/BBSView.php?SubI
太平洋2007-02-07 23:16:26
谢谢,不是我的程序,我只是加上了被系统过滤掉的\而已。
BlindSquirrel2007-02-07 23:24:29
恭喜你能够全身而退。。。
太平洋2007-02-08 01:40:05
不是五马分尸吗? 哈哈...
cdsc0012007-02-08 02:13:39
还是不明白, 做好的这个文件应该在什么地方运行?谢谢!
ppzcgg2007-02-08 02:27:38
save it as a ".bat" file and you can run it
cdsc0012007-02-08 03:41:09
文件是在桌面上运行, 还是在C:\下面运行啊? 谢谢!
ppzcgg2007-02-08 03:52:13
save it to anywhere, and run it from there. BUT
cdsc0012007-02-08 04:44:04
谢谢!我放在桌面上不行, 但是放在C:\下面就可以, 好象是PATH问题?
Σ2007-02-08 15:49:28
放在桌面上不行就放桌底下,甚至床底下都行!
爱Fishing2007-02-10 04:28:34
非常感谢太平洋