「batファイル」timeoutで指定時間毎に同じ処理を繰り返すサンプル

書式
timeout 時間
使用例

@echo off
:repeat
ping  172.17.100.xxx

rem 30秒毎に処理を繰り返す
timeout 30

rem 同じ処理を繰り返す
goto repeat

 

Cmd

Posted by arkgame