批处理应用 临时目录清理

 更新时间:2007年03月15日 00:00:00   作者:  
复制代码 代码如下:

@echo off
rem 可以创建一个快捷方式到D:\Documents and Settings\All Users\「开始」菜单\程序\启动
rd %temp% /q /s & md %temp%
rd %tmp% /q /s & md %tmp%
rd %windir%\temp /q /s & md %windir%\temp
rd "%USERPROFILE%\Local Settings\Temporary Internet Files" /q /s

相关文章

最新评论