如何给批处理程序加时间间隔或指定年月日运行?

@echooffecho正在清理系统垃圾文件,请稍等......del/f/s/q%systemdrive%\*.tmpdel/f/s/q%systemdrive%\*.... @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 清理系统垃圾完成!

如何等上边的 运行完毕后,过30秒运行下边的
start "" "D:\Program Files\Tencent\QQ\Bin\QQ.exe"
然后再过10秒运行下边的
start "" "E:\World of Warcraft\Launcher.exe"
最后再过90秒运行下边的
shutdown -r
不行呀,我试了,还是同时运行
展开
 我来答
atlight
2010-10-06 · TA获得超过198个赞
知道小有建树答主
回答量:122
采纳率:100%
帮助的人:160万
展开全部
间隔很好加的
REM 30后开QQ
ping localhost 30
start "" "D:\Program Files\Tencent\QQ\Bin\QQ.exe"

REM 30秒后运行wow
ping localhost 30
start "" "E:\World of Warcraft\Launcher.exe"

REM 还没玩到90秒开始重启计算机
ping localhost 90
shutdown -r
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
yyykkkyyyy
2010-10-07 · TA获得超过3136个赞
知道大有可为答主
回答量:2691
采纳率:40%
帮助的人:3313万
展开全部
把ping localhost 30 改为ping localhost /n 30 >nul
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式