2个回答
展开全部
cmd下定时执行命令可以使用 at 命令 或者 schtasks命令。
at 语法:at +时间+运行程序
schtasks语法:schtasks /creat /tn 设定定时运行的名字 /tr “运行程序” /sc daily /st时间
例:
1、at 12:30 notepad(12:30时运行记事本)
2、at 19:30 calc(19:30时运行计算器)
3、schtasks /create /tn 定时运行 /tr "notepad" /sc daily /st 12:30(12:30时运行记事本)
4、schtasks /create /tn 定时运行 /tr "calc" /sc daily /st 19:30(19:30时运行计算器)
at 语法:at +时间+运行程序
schtasks语法:schtasks /creat /tn 设定定时运行的名字 /tr “运行程序” /sc daily /st时间
例:
1、at 12:30 notepad(12:30时运行记事本)
2、at 19:30 calc(19:30时运行计算器)
3、schtasks /create /tn 定时运行 /tr "notepad" /sc daily /st 12:30(12:30时运行记事本)
4、schtasks /create /tn 定时运行 /tr "calc" /sc daily /st 19:30(19:30时运行计算器)
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |