开发者

looping batch action using ping

开发者 https://www.devze.com 2023-02-28 15:25 出处:网络
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 la

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
0

精彩评论

暂无评论...
验证码 换一张
取 消