Windows 添加计划任务 每隔一定时间执行指定批处理脚本
2020-11-16 03:55
标签:com c t window test bat re ping windows create txt
schtasks /create /sc minute /mo 20 /tn "TestBatch" /tr C:/TestBatch.bat
TestBatch.bat
echo "---------------------批处理开始------------------------------"
ping
sz.tencent.com > D:/a.txt
ping sz1.tencent.com >> D:a.txt
ping
sz2.tencent.com >> D:/a.txt
ping sz3.tencent.com >> D:/a.txt
ping sz4.tencent.com >> D:/a.txt
ping sz5.tencent.com >>
D:/a.txt
ping sz6.tencent.com >> D:/a.txt
ping sz7.tencent.com
>> D:/a.txt
exit
Windows 添加计划任务 每隔一定时间执行指定批处理脚本,搜素材,soscw.com
Windows 添加计划任务 每隔一定时间执行指定批处理脚本
标签:com c t window test bat re ping windows create txt
原文地址:http://www.cnblogs.com/rainbowzc/p/3695819.html
上一篇:JSON
下一篇:Canvas API
文章标题:Windows 添加计划任务 每隔一定时间执行指定批处理脚本
文章链接:http://soscw.com/index.php/essay/21604.html