文件清理

来源:互联网 发布:天思软件 编辑:程序博客网 时间:2024/06/10 20:17

建立".bat"文件,将以下代码放入运行即可.

@echo off 
echo Please Wiat...... 
del 
///%systemdrive%*.tmp 
del 
///%systemdrive%*._mp 
del 
///%systemdrive%*.log 
del 
///%systemdrive%*.gid 
del 
///%systemdrive%*.chk 
del 
///%systemdrive%*.old 
del 
///%systemdrive% ecycled*.* 
del 
///%windir%*.bak 
del 
///%windir%prefetch*.* 
rd 
//%windir% emp & md %windir% emp 
del 
//%userprofile%cookies*.* 
del 
//%userprofile% ecent*.* 
del 
///"%userprofile%Local SettingsTemporary Internet Files*.*" 
del 
///"%userprofile%Local SettingsTemp*.*" 
del 
///"%userprofile% ecent*.*" 
echo OK 
echo. 
& pause