schothorst
Programmer
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
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