timeout /t 5
ping -n 1 1.1.1.1 | find "TTL" >nul 2>&1
if %ERRORLEVEL% equ 0 (
<バッチ実行>
) else (
echo %date% %time% >> "C:\Users\***\Documents\tools\****.log"
echo networkerr >> "C:\Users\***\Documents\tools\****.log"
)
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)