Re: How detect internet connection?

new topic     » goto parent     » topic index » view thread      » older message » newer message
sergelli said...

That's a Linux solution. Is it?

Nixland - it's not Linux/GNU specific.

sergelli said...

But what is the solution to poor little Windows? :)

Oh, it's off by one character. tongue

integer ping_retcode = system_exec("ping -n 1 -w 1 google.com", 2) 
if ping_retcode = 0 then 
   -- internet connection good 
else 
   -- internet connection possibly down 
end if 
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu