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
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