@echo off
:begin
ping www.google.com | find "Reply" > nul
if errorlevel 1 goto :failed
goto :OK
:failed
echo Failed
choice /T 3600 /D Y /N
rasdial ras
goto begin
:OK
echo OK
Hänger sig på nul hittar inte filen
varför ?
@echo off
:begin
ping www.google.com | find "Reply" > nul
if errorlevel 1 goto :failed
goto :OK
:failed
echo Failed
choice /T 3600 /D Y /N
rasdial ras
goto begin
:OK
echo OK
Hänger sig på nul hittar inte filen
varför ?