haolongo 发表于 2008-12-2 04:50:59

如何用AU3写一个PING程序

希忘会的朋友把代码发出来一下,谢谢

liongodmien 发表于 2008-12-2 08:46:34

Ping ( IP地址或远程主机名 [, 超时时间] )

xkowen 发表于 2008-12-2 12:13:01

回复 1# haolongo 的帖子

$ping=ping("www.baidu.com",10)
If $ping Then
        MsgBox(0,"test","Ping OK !")
Else
        MsgBox(0,"test","Ping Failed !")
EndIf
页: [1]
查看完整版本: 如何用AU3写一个PING程序