当前位置:主页 > 脚本语言 > DOS/BAT >

批处理应用 临时目录清理

时间:2021-06-01 08:53:23 | 栏目:DOS/BAT | 点击:

复制代码 代码如下:

@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

您可能感兴趣的文章:

相关文章