我有以下脚本:
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 中的任务计划程序应用程序。
参考:https://learn.microsoft.com/en-us/windows/win32/taskschd/using-the-task-scheduler