yoop Posted July 13, 2008 Posted July 13, 2008 i just tested the same script on my xp and my vista machine, and on the vista it just returns 0 as ping, where on the xp it returns the a ping between 150 to 200, what is the problem there ? my function looks like: $pingtomysite=ping("http://www.google.com", 4000)
Xand3r Posted July 13, 2008 Posted July 13, 2008 it might just be from a firewall muttley check that first and then try again Only two things are infinite, the universe and human stupidity, and i'm not sure about the former -Alber EinsteinPractice makes perfect! but nobody's perfect so why practice at all?http://forum.ambrozie.ro
yoop Posted July 13, 2008 Author Posted July 13, 2008 it might just be from a firewall muttley check that first and then try againno, i turned it off completely i tried everything, it seems that the function doesnt work on vista ?
Paulchen Posted July 14, 2008 Posted July 14, 2008 Agree for VistaBussines and AutoIt 3.2.12.0But I use WMI_Pinghttp://www.autoitscript.com/forum/index.ph...amp;hl=WMI_Ping
Developers Jos Posted July 14, 2008 Developers Posted July 14, 2008 (edited) i just tested the same script on my xp and my vista machine, and on the vista it just returns 0 as ping, where on the xp it returns the a ping between 150 to 200, what is the problem there ? my function looks like: $pingtomysite=ping("http://www.google.com", 4000)Doesn't work for me neither on WinXP but the below does as you specified an URL in stead of a valid HostName: $pingtomysite = Ping("www.google.com", 4000) Jos muttley Edited July 14, 2008 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
mattw112 Posted January 16, 2009 Posted January 16, 2009 Did anyone ever get this working? I've tried the WMI_Ping and not getting response time either... Need to have some way of getting ping results. Thanks, Terry
Developers Jos Posted January 16, 2009 Developers Posted January 16, 2009 Did anyone ever get this working? I've tried the WMI_Ping and not getting response time either...Need to have some way of getting ping results.Thanks,TerryWhat doesn't work? As mentioned in the last post: It does work when using a proper hostname in stead of an URL.Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
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