摘要: 计划任务每 20 分钟运行一次。schtasks /create /sc minute /mo 20 /tn "Security Script" /trc:\apps\myapp.exe计划命令每五小时运行一次schtasks /create /sc hourly /st 00:05:00 /tn ... 阅读全文
posted @ 2014-11-13 15:42 王八一瓶子 阅读(442) 评论(0) 推荐(0)