IVerbindungs-Checker

Charli007

New member
hi
so.. mein Inet-checker:

@echo off
title Internetverbindungs-CHECKER
color 0a
:anfang
echo %time:~0,8% Es traten keine Fehler auf...
:checke
ping www.google.at -n 2 -w 100 >nul
if %errorlevel%==1 (goto weiter) else (goto anfang)
:weiter
echo.
echo %time:~0,8% Fehler aufgetreten:
ping www.google.at >nul
ping www.google.at >nul
ping www.google.at >nul
ping www.google.at >nul
ping www.google.at >nul
ping www.google.at >nul
ping www.google.at >nul
ping www.google.at >nul
ping www.google.at >nul
ping www.google.at >nul
ping www.google.at >nul
ping www.google.at >nul
ping www.google.at >nul
ping www.google.at >nul
ping www.google.at >nul
goto checke
mein W-lan stick schaltet sich manchmal aus, jetzt meine frage: kann man mit cmd-oder nen vb script den stick ein-ausschalten?? wäre klasse wenn man das zu meinem kleinen batch-programm ergänzen könnte:wink:

mfg Charli007
 
Zurück
Oben