Re: Q: on an "is pingable" script

2003-01-14 Thread David Winters
On Wed, 8 Jan 2003, Jenda Krynicky wrote: >From: David Winters <[EMAIL PROTECTED]> >> I'm trying to write a script that'll check to see if another machine >> is pingable, and perform one of two actions based on the result. I >> found the following isPingable() subroutine on a website (that is now

Re: Q: on an "is pingable" script

2003-01-08 Thread Jenda Krynicky
From: David Winters <[EMAIL PROTECTED]> > I'm trying to write a script that'll check to see if another machine > is pingable, and perform one of two actions based on the result. I > found the following isPingable() subroutine on a website (that is now > not responding, so I couldn't contact its au

Q: on an "is pingable" script

2003-01-08 Thread David Winters
I'm trying to write a script that'll check to see if another machine is pingable, and perform one of two actions based on the result. I found the following isPingable() subroutine on a website (that is now not responding, so I couldn't contact its author) and thought I'd see how well it works.