@echo off setlocal set XXX= set TempFile=temp.txt for /f %%a in (ip.txt) do ( ping /n 1 %%a >%TempFile% findstr "timeout" %TempFile% >nul if not errorlevel 1 ( echo Timeout for %%a ) )
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.