Last active
December 15, 2021 19:37
-
-
Save EugeneLoy/6405381bd5eba48dd152693c7fa03e8c to your computer and use it in GitHub Desktop.
Monitor internet connection using bping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FOR /L %%N IN () DO ( | |
timeout /t 60 | |
bping -d -f=alarm.wav 4.2.2.4 -t=10 -n=1 | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment