|
8250
新手上路

积分 12
发帖 6
注册 2006-3-29
状态 离线
|
『第 91 楼』:
使用 LLM 解释/回答一下
太简单,基本我都懂,个人觉得没什么用。
Too simple, I basically understand it all. Personally, I think it's not useful.
|
|
2006-11-4 04:20 |
|
|
jiesen
新手上路
 晓枫
积分 15
发帖 8
注册 2006-11-12
状态 离线
|
|
2006-11-12 05:51 |
|
|
dshh98
新手上路

积分 3
发帖 2
注册 2006-11-6
状态 离线
|
『第 93 楼』:
使用 LLM 解释/回答一下
z再基础些的 俺对批处理才刚刚接触 ``:(
Even more basic. I've just started to get in touch with batch processing. :(
|
|
2006-11-15 13:04 |
|
|
zgren1979
初级用户
 
积分 52
发帖 24
注册 2006-11-16
状态 离线
|
『第 94 楼』:
使用 LLM 解释/回答一下
顶第2贴...有吃引药的作用...多谢
Top the second post... has the effect of attracting medicine... thanks a lot
|
|
2006-11-16 11:20 |
|
|
wangjie
新手上路

积分 10
发帖 5
注册 2007-1-23 来自 湖北
状态 离线
|
『第 95 楼』:
使用 LLM 解释/回答一下
正在學習中!謝謝樓主!
Learning! Thanks to the thread starter!
|
|
2007-2-2 03:45 |
|
|
zencome
初级用户
 
积分 102
发帖 47
注册 2007-1-14
状态 离线
|
|
2007-2-3 02:22 |
|
|
me473
新手上路

积分 9
发帖 5
注册 2007-2-3
状态 离线
|
『第 97 楼』:
使用 LLM 解释/回答一下
第一个帖子的还看得明白,第二个就不啦。
The first post is still understandable, but the second one isn't.
|
|
2007-2-3 10:11 |
|
|
anqing
高级用户
   
积分 859
发帖 413
注册 2006-8-14
状态 离线
|
『第 98 楼』:
使用 LLM 解释/回答一下
只有两楼的帖子,还是太少了。希望以后增加一些,讲解加例子。
There are only two posts on this floor, which is still too few. I hope to add some more in the future, with explanations and examples.
|
|
2007-2-5 08:00 |
|
|
181801669
初级用户
 
积分 58
发帖 27
注册 2006-12-7
状态 离线
|
|
2007-2-6 12:03 |
|
|
crazyfish
新手上路

积分 6
发帖 3
注册 2007-2-9
状态 离线
|
『第 100 楼』:
使用 LLM 解释/回答一下
先顶了再回来看
First, I'll top it and then come back to read.
|
|
2007-2-9 06:04 |
|
|
semirmyway
新手上路

积分 18
发帖 10
注册 2007-2-10
状态 离线
|
|
2007-2-10 11:12 |
|
|
dsaczx
新手上路

积分 4
发帖 2
注册 2007-2-11
状态 离线
|
『第 102 楼』:
使用 LLM 解释/回答一下
最好能再详细些就好了
It would be better if it could be more detailed.
|
|
2007-2-11 05:26 |
|
|
xycoordinate
中级用户
  
积分 493
发帖 228
注册 2007-2-16 来自 安徽
状态 离线
|
『第 103 楼』:
使用 LLM 解释/回答一下
choice 使用此命令可以让用户输入一个字符,从而运行不同的命令。使用时应该加/c:参数,c:后应写提示可输入的字符,之间无空格。它的返回码为1234……
如: choice /c:dme defrag,mem,end
将显示
defrag,mem,end?
例如,test.bat的内容如下:
@echo off
choice /c:dme defrag,mem,end
if errorlevel 3 goto defrag 应先判断数值最高的错误码
if errorlevel 2 goto mem
if errotlevel 1 goto end
:defrag
c:\dos\defrag
goto end
:mem
mem
goto end
:end
echo good bye
为什么在我的WINXP上的CMD下不能执行choice命令???
The choice command can be used to let the user enter a character to run different commands. When using it, the /c: parameter should be added. After c:, the characters that can be entered should be written without spaces in between. Its return code is 1234...
For example: choice /c:dme defrag,mem,end
Will display
defrag,mem,end?
For example, the content of test.bat is as follows:
@echo off
choice /c:dme defrag,mem,end
if errorlevel 3 goto defrag should judge the highest error code first
if errorlevel 2 goto mem
if errotlevel 1 goto end
:defrag
c:\dos\defrag
goto end
:mem
mem
goto end
:end
echo good bye
Why can't the choice command be executed under CMD on my WINXP???
|
|
2007-2-16 01:19 |
|
|
gne3
高级用户
    DOS学徒
积分 526
发帖 252
注册 2007-2-12
状态 离线
|
|
2007-2-17 03:41 |
|
|
690712
初级用户
 
积分 32
发帖 16
注册 2007-1-25
状态 离线
|
|
2007-2-24 06:47 |
|