|
龙卷风
初级用户
 
积分 198
发帖 28
注册 2003-5-3
状态 离线
|
|
2003-5-4 00:00 |
|
|
xuanzhi
初级用户
 
积分 115
发帖 3
注册 2003-5-4
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
不知道
好像是“汇编”吧~~~
I don't know. It seems like "assembly"~~~
|
|
2003-5-4 00:00 |
|
|
nre
银牌会员
     nre
积分 1210
发帖 361
注册 2002-12-28
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
批处理就像脚本一样,批处理就是他的名字。
Batch processing is like a script, and Batch processing is its name.
|

Teamwork ! |
|
2003-5-4 00:00 |
|
|
龙卷风
初级用户
 
积分 198
发帖 28
注册 2003-5-3
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
像什么set dircmd;goto等语句,应该是一种语言吧?该从哪本书上学呢
Statements like set dircmd; goto and so on, are they a kind of language? Where should I learn from?
|
|
2003-5-4 00:00 |
|
|
红色狂想
金牌会员
      龙哥DOS
积分 4289
发帖 1501
注册 2003-2-23 来自 河南省
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
批处理有点象C语言,不过要是想学的话,还是看一些DOS书籍为好。
Batch processing is a bit like C language, but if you want to learn it, it's still better to read some DOS books.
|

C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++
C++ ☆☆☆ 中国DOS联盟成员 ☆☆☆ C++
C++ ★★★ 爱提问的红色狂想 ★★★ C++
C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++ |
|
2003-5-4 00:00 |
|
|
如是大师
元老会员
         步行的人
积分 9654
发帖 3351
注册 2003-3-11 来自 湖北
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
这个问题题,我们专门讲解一下批处理吧。
Let's specifically explain batch processing for this question.
|

弄花香满衣,掬水月在手。
明月鹭鸟飞, 芦花白马走。
我自一过后,野渡现横舟。
青云碧空在,净瓶水不流。
http://dos.e-stone.cn/guestbook/index.asp
======中國DOS聯盟=====
我的新网页http://rsds.7i24.com欢迎光顾 |
|
2003-5-4 00:00 |
|
|
ken
初级用户
 
积分 162
发帖 15
注册 2003-6-1
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
过程语言吧
有自己简单的命令与语法
Process Language Bar has its own simple commands and syntax
|
|
2003-6-1 00:00 |
|
|
我爱dos
初级用户
  香蕉术士
积分 317
发帖 52
注册 2003-5-18
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
我想应该算是脚本语言吧,
I think it should be considered a scripting language,
|

永远支持 永远支持 |
|
2003-6-2 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
是呀,是“批处理脚本语言”呢。。脚本语言有很多种,如批处理脚本、JavaScript脚本、VBScript脚本等等的。
Yes, it's "batch processing script language". There are many kinds of script languages, such as batch processing scripts, JavaScript scripts, VBScript scripts, and so on.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-6-2 00:00 |
|
|
lq-tlz
初级用户
 
积分 108
发帖 1
注册 2003-6-8
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
说了这么多,编写批处理的语言到底是什么语言, 谁能给一个确切的答案?
After talking so much, what exactly is the language for writing batch processing? Can anyone give an accurate answer?
|
|
2003-6-13 00:00 |
|
|
半点闲
中级用户
  
积分 212
发帖 33
注册 2003-6-11
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
批处理命令
批处理命令是行命令单位组成的多行命令文件。批处理文件有三种,一种是AUTOEXEC.BAT自动批处理命令,是作为环境配置。
第二种是用户使用的批处理文件,也是由命令组成。由用户自定义文件名,供自己使用,命名不能用AUTOEXEC.BAT.
第三种是参数批处理,可以像语言编程一样来组织批理文件,使批处理功能更灵活、更实用,既可用于组织自动启动批处理中,又可用于组织用户的批处理中。
说白了就是脚本语言~~而这种脚本语言的语法与规则,来源于给它赋于生命的系统中所规定的~~如过超出这个系统它(批处理)也就无法运行。
实际上是有些仿UNIX系统中的SHELL~~功能比SHELL弱。
Batch Processing Commands
Batch processing commands are multi-line command files composed of line command units. There are three types of batch processing files. One is the AUTOEXEC.BAT automatic batch processing command, which is used as an environment configuration. The second is the batch processing file used by the user, which is also composed of commands. It is customized by the user with a file name for their own use, and the name cannot be AUTOEXEC.BAT. The third is the parameter batch processing, which can organize batch processing files like language programming, making the batch processing function more flexible and practical. It can be used not only in organizing automatic startup batch processing but also in organizing users' batch processing.
In plain terms, it is a scripting language~~And the syntax and rules of this scripting language come from the system that endows it with life~~If it exceeds this system, it (batch processing) will not be able to run.
In fact, it is somewhat like the SHELL in UNIX systems~~But the function is weaker than SHELL.
|
|
2003-6-13 00:00 |
|
|
gwyx2003
初级用户
 
积分 127
发帖 5
注册 2003-6-13
状态 离线
|
|
2003-6-13 00:00 |
|
|
myfilm
初级用户
 
积分 137
发帖 8
注册 2003-6-21
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
我以为,严格的说,它不是语言!
I thought, strictly speaking, it's not a language!
|
|
2003-6-21 00:00 |
|
|
光年
初级用户
 
积分 129
发帖 6
注册 2003-6-20
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
批处理并不是一种语言,实际上它只是命令集,与脚本语言很相似。
Batch processing is not a language; in fact, it's just a set of commands, which is very similar to scripting languages.
|
|
2003-6-21 00:00 |
|
|
mobo
初级用户
 
积分 73
发帖 30
注册 2006-9-18
状态 离线
|
『第 15 楼』:
我这样认为,请大家再议
使用 LLM 解释/回答一下
批处理是CMD命令集,CMD包含了DOS命令的WINDOWS中的一些应用程序,
DOS命令大多是汇编语言所设计,也不排除用C,C++编写部分命令,
我也认为这种东西算脚本较妥,我们一般把文本内容不进行编译而由DLL,EXE解释执行的叫脚本,如VBS,JS等,因而它的功能也有局限性.
-----------------墨伯[MOBO]--------------
Batch processing is a set of CMD commands. CMD contains some applications in Windows of DOS commands. Most DOS commands are designed in assembly language, and some commands are not excluded from being written in C and C++. I also think that this kind of thing is more appropriate to be called a script. Generally, what we call a script is text content that is not compiled but executed by DLLs and EXEs for interpretation, such as VBS, JS, etc. Therefore, its functions are also limited.
-----------------Mo Bo --------------
|
|
2006-9-26 10:23 |
|