Re: Checking internet status automatically

2002-08-02 Thread Nick Lindsell
At 18:24 02/08/2002 +0900, you wrote: >My internet connection always down after some hours. ( It is a provider ). >So I want to write a script or program like this: > >checking the internet connection; >if not connect { >re-connect to my provider; >} else { >do nothing; >} > >I want to se

Checking internet status automatically

2002-08-02 Thread Rai Ou
Title: Checking internet status automatically My internet connection always down after some hours. ( It is a provider ). So I want to write a script or program like this: checking the internet connection; if not connect {    re-connect to my provider; } else {    do nothing; } I want to