|
g4rr
初级用户
 
积分 68
发帖 32
注册 2007-1-24 来自 广东潮州
状态 离线
|
『第 31 楼』:
使用 LLM 解释/回答一下
好东西.复制下来了
谢谢lxmxn
好像差了"!"这个?能补充一下吗?(感叹号)
Good stuff. Copied it down. Thanks lxmxn. It seems to be missing the "!"? Can you add it? (exclamation mark)
|
|
2007-1-25 04:58 |
|
|
lxmxn
版主
       
积分 11386
发帖 4938
注册 2006-7-23
状态 离线
|
『第 32 楼』:
使用 LLM 解释/回答一下
Originally posted by g4rr at 2007-1-24 15:58:
好东西.复制下来了
谢谢lxmxn
好像差了"!"这个?能补充一下吗?(感叹号)
多谢兄提醒,已经补充上去了。
Originally posted by g4rr at 2007-1-24 15:58:
Good stuff. Copied it down.
Thanks lxmxn
It seems that the "!" is missing? Can you supplement it? (Exclamation mark)
Thank you, brother, for the reminder. It has been supplemented.
|
|
2007-1-25 12:00 |
|
|
lizaoyou
中级用户
  
积分 210
发帖 85
注册 2007-1-14 来自 广东广州
状态 离线
|
『第 33 楼』:
使用 LLM 解释/回答一下
过去常被dos符号所困惑,现终有权威文章指引了,谢谢lxmxn!
有些符号不能在纯dos下使用,能补充一下吗?
Used to be confused by DOS symbols, but now there are authoritative articles to guide, thanks lxmxn!
Some symbols cannot be used in pure DOS, can you add some?
|
|
2007-1-25 13:25 |
|
|
lxmxn
版主
       
积分 11386
发帖 4938
注册 2006-7-23
状态 离线
|
『第 34 楼』:
使用 LLM 解释/回答一下
Originally posted by lizaoyou at 2007-1-25 00:25:
过去常被dos符号所困惑,现终有权威文章指引了,谢谢lxmxn!
有些符号不能在纯dos下使用,能补充一下吗?
你说的补充,是指出哪些符号不能在纯DOS下用,还是写出只能在纯DOS下用的符号呢?
其实对于纯DOS,本人也只进入过几次而已,对里面的东西很不了解,只是对命令行的符号知道一点皮毛而已。如果要整理纯DOS下的符号问题,可能要请论坛其他经常和纯DOS界面打交道的朋友来完成了。
Originally posted by lizaoyou at 2007-1-25 00:25:
I used to be confused by DOS symbols, but now there is an authoritative article to guide me. Thank you, lxmxn!
Some symbols cannot be used in pure DOS. Can you add some?
What you said about supplementing, does it mean pointing out which symbols cannot be used in pure DOS, or writing out the symbols that can only be used in pure DOS?
In fact, I have only entered pure DOS a few times, and I don't know much about it. I only know a little bit about the symbols in the command line. If we want to sort out the symbol issues in pure DOS, we may need to ask other friends in the forum who often deal with the pure DOS interface to complete it.
|
|
2007-1-25 13:31 |
|
|
lizaoyou
中级用户
  
积分 210
发帖 85
注册 2007-1-14 来自 广东广州
状态 离线
|
『第 35 楼』:
使用 LLM 解释/回答一下
都可以,谢回复。
It's all right. Thanks for the reply.
|
|
2007-1-25 14:40 |
|
|
kawaguchi
初级用户
 
积分 67
发帖 32
注册 2007-1-25 来自 日本の江户
状态 离线
|
|
2007-1-25 18:37 |
|
|
qingfushuan
高级用户
   
积分 502
发帖 327
注册 2006-12-30
状态 离线
|
『第 37 楼』:
精品
使用 LLM 解释/回答一下
精品能打包下载就好了
It would be nice if the high-quality products could be downloaded in a package.
|
|
2007-1-26 06:58 |
|
|
zhuzhu818
初级用户
 
积分 94
发帖 31
注册 2007-1-27
状态 离线
|
|
2007-1-27 20:56 |
|
|
qzwqzw
银牌会员
     天的白色影子
积分 2343
发帖 636
注册 2004-3-6
状态 离线
|
『第 39 楼』:
使用 LLM 解释/回答一下
整理的不错
补充几点
~在for中表示使用增强的变量扩展
在set中表示使用扩展环境变量指定位置的字符串
在set/a中表示按位取反
``在for/f中表示它们所包含的内容当作命令行执行并分析它的输出
%的作用比较复杂
单个%紧跟0-9的一个数字表示引用命令行参数
用于for中表示引用循环变量
使用两个%包含一个字符串表示引用环境变量
连续的两个%表示执行时脱为一个%
这四者的优先关系比较复杂,请尽量不要带有歧义的使用
^应该算是取消转义字符,即将所有转义字符的转义作用关闭
set/a中是按位异或
在findstr/r的中表示不匹配指定的字符集
&在set/a中是按位与
*在findstr/r中表示将前一个字符多次匹配
-跟在某些命令的/后表示取反向的开关
|在set/a中是按位或
在帮助文档中表示其前后两个开关、选项或参数是二选一的
\在findstr/r中表示正则转义字符
在帮助文档表示其中的开关、选项或参数是可选的
在findstr/r中表示按其中指定的字符集匹配
''在for/f中表示将它们包含的内容当作命令行执行并分析其输出
在for/f "usebackq"中表示将它们包含的字符串当作字符串分析
""在for/f中将表示它们包含的内容当作字符串分析
在for/f "usebackq"表示它们包含的内容当作文件路径并分析其文件的内容
在其它情况下表示其中的内容是一个完整的字符串,其中的>、>>、<、&、|、空格等不再转义
<在findstr/r中表示匹配单词的左边界,需要配合转义字符\使用
>在findstr/r中表示匹配单词的右边界,需要配合转义字符\使用
.在路径的\后紧跟或者单独出现时
一个.表示当前目录
两个.表示上一级目录
三个.仍表示上两级目录
在路径中的文件名中出现时
最后的一个.表示主文件名与扩展文件名的分隔
在findstr/r中表示在此位置匹配一个任意字符
?在路径中表示在此位置通配任意一个字符
紧跟在/后表示获取命令的帮助文档
/表示其后的字符(串)是命令的功能开关(选项)
Well organized
Add a few points
~ In for, it means using enhanced variable expansion
In set, it means using the extended environment variable to specify the string at the position
In set/a, it means bitwise negation
`` In for/f means that the content they contain is executed as a command line and its output is analyzed
The role of % is more complicated
A single % followed by a number from 0-9 means referencing command line arguments
Used in for to mean referencing loop variables
Using two % to enclose a string means referencing an environment variable
Two consecutive % mean that when executed, it becomes one %
The priority relationship among these four is relatively complicated. Try not to use them in a way that causes ambiguity
^ should be considered as canceling the escape character, that is, turning off the escape function of all escape characters
In set/a, it is bitwise XOR
In the of findstr/r, it means not matching the specified character set
& In set/a is bitwise AND
* In findstr/r means matching the previous character multiple times
- following after / of some commands means taking the reverse switch
| In set/a is bitwise OR
In the help document, it means that the two switches, options or parameters before and after it are optional
\ In findstr/r means regular escape character
In the help document means that the switches, options or parameters inside are optional
In findstr/r, it means matching according to the specified character set inside
'' In for/f means that the content they contain is executed as a command line and its output is analyzed
In for/f "usebackq" means that the string they contain is analyzed as a string
"" In for/f means that the content they contain is analyzed as a string
In for/f "usebackq" means that the content they contain is regarded as a file path and the content of its file is analyzed
In other cases, it means that the content inside is a complete string, and >, >>, <, &, |, spaces, etc. are no longer escaped
< In findstr/r means matching the left boundary of a word, which needs to be used with the escape character \
> In findstr/r means matching the right boundary of a word, which needs to be used with the escape character \
. After \ in the path and when it appears alone
One. means the current directory
Two. means the parent directory
Three. still means the directory two levels up
When it appears in the file name in the path
The last. means the separation between the main file name and the extension file name
In findstr/r, it means matching an arbitrary character at this position
? In the path means matching any one character at this position
Following after / means getting the help document of the command
/ means that the character (string) after it is the function switch (option) of the command
|
|
2007-1-27 23:08 |
|
|
chujiafu
银牌会员
    
积分 1339
发帖 595
注册 2004-5-26 来自 安徽 宿州
状态 离线
|
『第 40 楼』:
使用 LLM 解释/回答一下
以前只在纯Dos下搞过一点,但Cmd与Dos不大一样。学无止境呀。
I only did a little bit under pure DOS before, but Cmd is not quite the same as DOS. There's always more to learn.
|
|
2007-1-28 06:39 |
|
|
g4rr
初级用户
 
积分 68
发帖 32
注册 2007-1-24 来自 广东潮州
状态 离线
|
『第 41 楼』:
使用 LLM 解释/回答一下
Originally posted by lxmxn at 2007-1-24 11:00 PM:
多谢兄提醒,已经补充上去了。
不敢当啊lxmxn大大哥.呵呵
我正在入门中.对很多东西还一知半解.努力中....
再次谢谢你的帖.你的认真令小弟我十分佩服!
Originally posted by lxmxn at 2007-1-24 11:00 PM:
Thanks for the reminder from brother, it has been supplemented.
You're too kind, Brother lxmxn. Hehe
I'm just getting started. I still have a lot to learn. I'm working hard....
Thank you again for your post. Your earnestness really impresses me!
|
|
2007-1-28 06:53 |
|
|
lxmxn
版主
       
积分 11386
发帖 4938
注册 2006-7-23
状态 离线
|
『第 42 楼』:
使用 LLM 解释/回答一下
Re qzwqzw:
多谢兄的补充,有时间我会结合你的补充再将其完善一下的。放假没什么时间上网,所以只能拖一段时间了。
Re qzwqzw:
Thanks for your supplement, brother. I will combine your supplement to improve it when I have time. I don't have much time to surf the Internet during the holiday, so I can only delay it for a while.
|
|
2007-1-28 10:54 |
|
|
tangdou313
新手上路

积分 4
发帖 2
注册 2006-11-3
状态 离线
|
『第 43 楼』:
使用 LLM 解释/回答一下
找了很久啦!终于知道啦!谢谢!
Searched for a long time! Finally found out! Thanks!
|
|
2007-1-31 05:28 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
|
2007-1-31 06:35 |
|
|
xuehu
初级用户
 
积分 28
发帖 14
注册 2007-2-1
状态 离线
|
|
2007-2-1 03:30 |
|