Modify ↓
Opened 18 years ago
Closed 18 years ago
#439 closed Bug (No Bug)
ping function doesnt work for vista
| Reported by: | yoop | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.2.12.0 | Severity: | None |
| Keywords: | function ping | Cc: |
Description
function ping() does not work on Windows Vista 32 and 64 Bit Version, you can read in this thread its also not working for other people, it always returns 0 instead the correct ping
http://www.autoitscript.com/forum/index.php?showtopic=75912
$pingtomysite=ping("http://www.google.com", 4000)
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

See my answer in the thread, but you didn't specify a valid hostname or IP addres.
The parameter cannot contain a URL.
Jos