Modify ↓
Opened 16 years ago
Closed 16 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 Changed 16 years ago by Jos
comment:2 Changed 16 years ago by Jos
- Resolution set to No Bug
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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