killerofsix Posted April 24, 2008 Posted April 24, 2008 Simple question I want to the ping , for example, google every 30 seconds. How do i do this? An example script would be nice. Thanks to whoever helps. "The quieter you are, the more you are able to hear..." My AppsUSB Finder
flip209 Posted April 24, 2008 Posted April 24, 2008 while 1 $ping = ping("www.google.com") if $ping = 0 then msgbox(o,"","offline") sleep(30000) wend " I haven't failed. I've just found 10,000 ways that won't work." Thomas Edison "You cannot help men permanently by doing for them what they could and should do for themselves." Abraham Lincoln
killerofsix Posted April 24, 2008 Author Posted April 24, 2008 while 1$ping = ping("www.google.com")if $ping = 0 then msgbox(o,"","offline")sleep(30000)wendlol now i feel stupid thanks "The quieter you are, the more you are able to hear..." My AppsUSB Finder
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now