Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ip check

Status
Not open for further replies.

schothorst

Programmer
Aug 26, 2008
30
NL
is there a way to check if a router is online . I want something like:

li_ipcheck = ping 172.316.10.251

IF li_ipcheck > 0 then
messagebox("ok","ok")
else
messagebox("not oke","not oke")

END IF

Any help will do
Thnaks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top