标题:大家帮个忙啊
只看楼主
毕业生
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2007-5-13
 问题点数:0 回复次数:2 
大家帮个忙啊
求清扫机器人的清扫程序
救急
万分感谢
guojunxu417@163.com.cn
搜索更多相关主题的帖子: 机器人 
2007-05-13 19:37
wshyj18
Rank: 1
等 级:新手上路
帖 子:124
专家分:0
注 册:2007-5-14
得分:0 
@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
保成为11.bat

2007-05-14 12:52
wshyj18
Rank: 1
等 级:新手上路
帖 子:124
专家分:0
注 册:2007-5-14
得分:0 

2007-05-14 12:52



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-139107-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.014671 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved