Re: Determining if a client PC has an Internet connection

2005-01-23 Thread Dave Brueck
torment wrote: [snip] Have you tried just parsing the output from the command "ipconfig"? It's pretty obvious from the output that might give you if a connection is availible. It's tempting to use ipconfig's output, but the info it gives you is unreliable - you can incorrectly infer the presence o

Re: Determining if a client PC has an Internet connection

2005-01-21 Thread torment
Have you tried just parsing the output from the command "ipconfig"? It's pretty obvious from the output that might give you if a connection is availible. I hope it helps. -Matt Dave Brueck wrote: > Cliff Wells wrote: > > I'm writing an application that needs to know if an Internet connection > >