WCM Forum

WCM Forum (http://www.wcm.at/forum/index.php)
-   Programmierung (http://www.wcm.at/forum/forumdisplay.php?f=17)
-   -   IVerbindungs-Checker (http://www.wcm.at/forum/showthread.php?t=228258)

charli007 04.05.2008 00:53

IVerbindungs-Checker
 
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önntehttp://www.bodybuilding-forum.at/ima.../icon_wink.gif

mfg Charli007

myope 29.07.2008 13:24

kleine frage: wozu brauchst du das?
wie schaltest du deine w-lan stick aus?
ein programm?
warum rufst du das programm nicht einfach im skript auf?


Alle Zeitangaben in WEZ +2. Es ist jetzt 18:18 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© 2009 FSL Verlag