Jump to content

Recommended Posts

Posted

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. :D

"The quieter you are, the more you are able to hear..."

My AppsUSB Finder

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...