特福芬有机奶粉2段:PING如何使用

来源:百度文库 编辑:中科新闻网 时间:2024/05/09 03:50:47
如何运用PING这种方法,我试过几次,但是不好使的,是这样的,在运行中我输PINGXXX.XXX.XXX.XXX后,有个框提示,WINDOW找不到文件PINGXXX.XXX.XXX.XXX 请确定文件名是否正确后再试一次,。。。。以上是提示,这是什么意思呢,正确的应如何操作。请指教

ping是外部命令,如果没有或找不到ping.exe文件就会这样。

ping.exe应该在windows目录中,如果没有就是没安装tcp/ip。

Usage: ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS]
[-r count] [-s count] [[-j host-list] | [-k host-list]]
[-w timeout] destination-list

Options:
-t Ping the specified host until stopped.
To see statistics and continue - type Control-Break;
To stop - type Control-C.
-a Resolve addresses to hostnames.
-n count Number of echo requests to send.
-l size Send buffer size.
-f Set Don't Fragment flag in packet.
-i TTL Time To Live.
-v TOS Type Of Service.
-r count Record route for count hops.
-s count Timestamp for count hops.
-j host-list Loose source route along host-list.
-k host-list Strict source route along host-list.
-w timeout Timeout in milliseconds to wait for each reply.

ping xxx.xxx.xxx.xxx
命令和参数之间要有空格的!
还可以查 ping -? 帮助