如何给批处理程序加时间间隔或指定年月日运行?
@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
不行呀,我试了,还是同时运行 展开
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
不行呀,我试了,还是同时运行 展开
2个回答
展开全部
间隔很好加的
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
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
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询