|
shellfj
新手上路

积分 6
发帖 2
注册 2007-6-27
状态 离线
|
『楼 主』:
ping 命令的问题?
使用 LLM 解释/回答一下
ping www.163.com,我想知道是否ping通的结果。在批命令中怎么知道这个结构?
Ping www.163.com, I want to know the result of whether it is pinged successfully. How to know this structure in batch commands?
|
|
2007-6-27 16:35 |
|
|
shellfj
新手上路

积分 6
发帖 2
注册 2007-6-27
状态 离线
|
『第 2 楼』:
希望大家支持
使用 LLM 解释/回答一下
Originally posted by shellfj at 2007-6-27 04:35 PM:
ping www.163.com,我想知道是否ping通的结果。在批命令中怎么知道这个结构?
刚注册,第一次发帖,希望大家支持。
Originally posted by shellfj at 2007-6-27 04:35 PM:
Ping www.163.com, I want to know the result of whether it is pinged through. How to know this structure in the batch command?
Just registered, first post, hope everyone supports.
|
|
2007-6-27 16:56 |
|
|
lxmxn
版主
       
积分 11386
发帖 4938
注册 2006-7-23
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
ping www.163.com >nul 2>nul && echo OK || echo NO
```
ping www.163.com >nul 2>nul && echo OK || echo NO
```
|
|
2007-6-28 05:24 |
|
|
woainiphj
初级用户
  DOS之星
积分 55
发帖 26
注册 2007-6-25
状态 离线
|
『第 4 楼』:
DOS新手
使用 LLM 解释/回答一下
看不懂呀 你们说什么
I can't understand ah what are you guys talking about
|
|
2007-6-28 17:28 |
|
|
lxmxn
版主
       
积分 11386
发帖 4938
注册 2006-7-23
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
Originally posted by woainiphj at 2007-6-28 17:28:
看不懂呀 你们说什么
讨论ping命令是否执行成功了。
Originally posted by woainiphj at 2007-6-28 17:28:
I can't understand. What are you talking about
Discussing whether the ping command was executed successfully.
|
|
2007-6-28 18:05 |
|
|
duanml
中级用户
  
积分 231
发帖 112
注册 2007-6-19
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
?
过去我好像都是用errorlevel来判定的~
?
In the past, I seemed to always use errorlevel to judge~
|
|
2007-6-28 18:49 |
|
|
odian
新手上路

积分 16
发帖 8
注册 2007-7-28
状态 离线
|
|
2007-7-28 18:59 |
|
|
hxmupdata
初级用户
 
积分 76
发帖 39
注册 2007-3-9
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
ping www.163.com >nul 2>nul && echo OK || echo NO
很简单哦.
用了忘不了.
ping www.163.com >nul 2>nul && echo OK || echo NO
Very simple, oh.
Once used, you won't forget.
|

狐狸喜欢狡猾。。 |
|
2007-7-30 01:46 |
|
|
ados
新手上路

积分 10
发帖 5
注册 2007-7-12
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
恩,简单好用的命令行
Well, simple and easy-to-use command line
|
|
2007-7-30 08:33 |
|
|
shuiyin313
初级用户
 
积分 177
发帖 85
注册 2007-12-1
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
正在了解ping的用法,所以搜索了.
发现
ping www.163.com >nul 2>nul && echo OK || echo NO
把OK和NO换个位置显示的结果不一样.........
应该一样才对啊 ping不通时
Reply from 192.168.0.1: Destination net unreachable
也会显示OK........
I'm understanding the usage of ping, so I searched.
Found
ping www.163.com >nul 2>nul && echo OK || echo NO
Displaying the results with OK and NO swapped positions is different.........
It should be the same. When ping fails
Reply from 192.168.0.1: Destination net unreachable
It will also display OK........
|
|
2008-3-18 23:09 |
|
|
lfopt
初级用户
 
积分 71
发帖 34
注册 2008-3-12
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
好像什么都没有
It seems like there is nothing at all
|
|
2008-3-19 23:47 |
|
|
shuiyin313
初级用户
 
积分 177
发帖 85
注册 2007-12-1
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
Originally posted by lxmxn at 2007-6-28 06:05 PM:
讨论ping命令是否执行成功了。
TO lxmxn
可以帮忙解答10楼的问题么.THS!
Originally posted by lxmxn at 2007-6-28 06:05 PM:
Discuss whether the ping command is executed successfully.
TO lxmxn
Can you help answer the question on floor 10? THS!
|
|
2008-3-24 23:59 |
|
|
ty03184015
初级用户
  小菜
积分 36
发帖 18
注册 2008-1-13
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
学习了 虽然现在我还看不懂其中的一些命令 努力 努力
Got it. Although I still can't understand some of these commands now, keep trying, keep trying.
|

我是新手 请多多指教 |
|
2008-3-26 13:49 |
|
|
hainanmm
初级用户
 
积分 24
发帖 12
注册 2006-3-17
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
说明这条命令行吗,我就没看明白。NUL是空设备。
2>NUL ??不明白了。
2>nul && echo OK || echo NO 也看不懂了。高手说说吧!我们一点一滴学。
Can you explain this command? I don't understand it. NUL is the null device.
2>NUL?? I don't understand.
2>nul && echo OK || echo NO I can't understand either. Experts, please explain. Let's learn bit by bit.
|
|
2008-3-27 02:14 |
|
|
kongbufenzi
新手上路

积分 4
发帖 2
注册 2008-3-27
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
如果ping通了,可以做些什么动作呢?
If the ping is successful, what actions can be taken?
|
|
2008-3-27 10:51 |
|