Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for chkcon2.bat

(view source code of chkcon2.bat as plain text)

  1. @ECHO OFF
  2. ECHO Checking connection, please wait...
  3. PING 194.109.6.66 | FIND "Reply from " > NUL
  4. IF NOT ERRORLEVEL 1 ECHO You have an active connection to the internet
  5. IF     ERRORLEVEL 1 ECHO You have NO active connection to the internet
  6.  

page last modified: 2024-04-16; loaded in 0.0166 seconds