I have the following script:
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;
How to make this script run every 15 minutes?