繁体   English   中英

每15分钟运行一次批处理脚本

[英]Running a batch script every 15 minutes

我有以下脚本:

mkdir Iperf\separate_logs
mkdir Iperf\timestamps

title Setting date and time
echo %DATE% - %TIME% > Iperf\timestamps\iPerf3.log

title [RUNNING] iPerf3
cmd /C "iperf3 -c ip address " > Iperf\separate_logs\iPerf3.log

done;

如何使此脚本每15分钟运行一次?

在Windows中使用“任务计划程序”应用程序。

参考: http : //windows.microsoft.com/en-au/windows/schedule-task#1TC=windows-7

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM