I'm trying开发者_开发百科 to loop an action every 10 minutes using ping, although I understand the ping principal I don't know how to loop an action?
Assuming you're on DOS/Windows, you can add a label to a batch file like this:
:l
and then later on you can goto it:
goto l
精彩评论