dearmb 发表于 2012-2-15 11:09:33

win7检测延时大的网络是否连通,挺麻烦的,有兴趣的看详细内容

我做的拷贝工具
需要首先检测网络是否联通
我用的是Ping("192.168.0." & $i, 250)
250ms的延迟,我在做XP上时,没有问题,拷贝大文件也没有问题
但是我转到64位win7上,拷贝小文件,延迟小于250ms,拷贝大文件的时候,网络利用率很高
ping命令延迟有的时候能达到3000ms以上的延迟
如果我继续用250ms,检测不出来连通性
用3000ms,还浪费时间
除了ping这个函数,还有什么能适应我的要求呢?

骗子 发表于 2012-2-15 11:27:43

C:\Documents and Settings\Administrator>tracert /?

Usage: tracert [-d] [-h maximum_hops] [-j host-list] [-w timeout] target_name

Options:
    -d               Do not resolve addresses to hostnames.
    -h maximum_hops    Maximum number of hops to search for target.
    -j host-list       Loose source route along host-list.
    -w timeout         Wait timeout milliseconds for each reply.

dearmb 发表于 2012-2-15 11:37:03

呃……这又不是AU3的内容,再说也根本不适合我这脚本啊
页: [1]
查看完整版本: win7检测延时大的网络是否连通,挺麻烦的,有兴趣的看详细内容