Board logo

标题: 第5课时:DOS外部命令的基本介绍(一)。 [打印本页]

作者: ko20010214     时间: 2003-6-11 00:00    标题: 第5课时:DOS外部命令的基本介绍(一)。

第5课时:DOS基本外部命令,如EDIT、XCOPY、MOVE、TREE等的基本介绍(一)。

APPEND
(External)

APPEND ;
APPEND [d:]path[;][d:]path[...]
APPEND [/X:on|off][/path:on|off] [/E]

Displays or sets the search path for data files. DOS will search the specified path(s) if the file is not found in the current path.
显示或设定资料文件的搜寻路径.  如果这文件不在当前的目录中, DOS 会在指定好的路径(s)中搜索。

ASSIGN
(External)

ASSIGN x=y [...] /sta

Redirects disk drive requests to a different drive.
重定向硬盘(重新分配一个盘符)

ATTRIB
(External)

ATTRIB [d:][path]filename [/S]
ATTRIB [+R|-R] [+A|-A] [+S|-S] [+H|-H] [d:][path]filename [/S]

Sets or displays the read-only, archive, system, and hidden attributes of a file or directory.
设定或显示文件或目录的属性(唯读的, 压缩档, 系统, 和隐藏的属性之一.)

BACKUP
(External)

BACKUP d:[path][filename] d:[/S][/M][/A][/F:(size)] [/P][/D:date] [/T:time] [/L:[path]filename]

Makes a backup copy of one or more files. (In DOS Version 6, this program is stored on the DOS supplemental disk.)
制作一个或多个备份文件. (在DOS6.xx 版本中, 这程序是储存在于DOS的补充磁盘中.)--KO的话:这好像是说这个程序不是标准配置下(标准DOS系统盘)的
DOS外部命令, 而是在附加的DOS系统盘里的命令。

CHKDSK
(External)

CHKDSK [d:][path][filename] [/F][/V]

Checks a disk and provides a file and memory status report.
检查磁盘和提供一文件和记忆体(内存)状态报告.

COMMAND
(External)

COMMAND [d:][path] [device] [/P][/E:(size)] [/MSG][/Y [/C (command)|/K (command)]

Starts a new version of the DOS command processor (the program that loads the DOS Internal programs).
开始一新的版本之这DOS 命令处理器(这程式那载入这DOS 内部程式).
KO的话:这个翻译不容易懂。开机时(启动时)在DOS下面会自动装入command.com这个程序,用来解释各种命令的执行。但你还可以在这个环境下再运行一个
command的副本(这个也不容易懂),就是说你还可以在命令提示符下敲入command这个命令,它会再创造一个解释命令执行的环境。在你敲入command这个命令后
,你以后敲入的命令都在这个command的环境中解释执行,除非你敲入EXIT这个命令。(这个命令告诉command,该结束了,你应该返回到最初的那个command的环
境中去了。)这有点象一些DOS软件提供的DOS SHELL 功能一样。(shell ,壳,环境)


COMP
(External)

COMP [d:][path][filename] [d:][path][filename] [/A][/C][/D][/L][/N:(number)]

Compares two groups of files to find information that does not match. (See FC command).
比较二组文件以判断是不是匹配. (参见FC 命令).  

DBLSPACE
(External)

DBLSPACE / automount=drives
DBLSPACE /chkdsk [/F] [d:]
DBLSPACE /compress d: [/newdrive=host:] [/reserve=size] [/F]
DBLSPACE /create d: [/newdrive=host:] [/reserve=size] [/size=size]
DBLSPACE /defragment [d:] ]/F]
DBLSPACE /delete d:
DBLSPACE /doubleguard=0|1
DBLSPACE /format d:
DBLSPACE [/info] [d:]
DBLSPACE /list
DBLSPACE /mount[=nnn] host: [/newdrive=d:]
DBLSPACE /ratio[=ratio] [d:] [/all]
DBLSPACE /size[=size] [/reserve=size] d:
DBLSPACE /uncompress d:
DBLSPACE /unmount [d:]

A program available with DOS 6.0 that allows you to compress information on a disk.
一个DOS6.xx下的命令,它允许你压缩磁盘。

DEBUG
(External)

DEBUG [pathname] [parameters]

An MS-DOS utility used to test and edit programs.
一个测试和编写程序的DOS工具。

DEFRAG
(External)

DEFRAG [d:] [/F][/S[:]order] [/B][/skiphigh [/LCD|/BW|/GO] [/H]
DEFRAG [d:] [/V][/B][/skiphigh] [/LCD]|/BW|/GO] [/H]

Optimizes disk performance by reorganizing the files on the disk.
通过重新组织磁盘上的文件来达到优化磁盘空间的工具,(就象windows下的磁盘整理工具)

DELOLDOS
(External)

DELOLDOS [/B]

Deletes all files from previous versions of DOS after a 5.0 or 6.0 installation.
在DOS5.0或6.0的安装后,删除以前版本的DOS的所有文件

DELTREE
(External)

DELTREE [/Y] [d:]path [d:]path[...]

Deletes (erases) a directory including all files and subdirectories that are in it.
删除一个目录(包括在这个目录中的所有文件和子目录)

DISKCOMP
(External)

DISKCOMP [d:] [d:][/1][/8]

Compares the contents of two diskettes.
比较两块磁盘(指软盘)的内容

DISKCOPY
(External)

DISKCOPY [d:] [d:][/1][/V][/M]

Makes an exact copy of a diskette.
制作磁盘(也是指软盘)的备份

DOSKEY
(External)

DOSKEY [reinstall] [/bufsize=size][/macros][/history][/insert|/overstrike] [macroname=[text]]

Loads the Doskey program into memory which can be used to recall DOS commands so that you can edit them.
装载这个程序到内存中能让你找到你敲入过的DOS命令,并可以编辑它。

DOSSHELL
(External)

DOSSHELL [/B] [/G:[resolution][n]]|[/T:[resolution][n]]

Initiates the graphic shell program using the specified screen resolution.
用指定的屏幕解析度(就是windows里说的分辨率)来初始化一个图形界面

EDIT
(External)

EDIT [d:][path]filename [/B][/G][/H][/NOHI]

Starts the MS-DOS editor, a text editor used to create and edit ASCII text files.
打开一个DOS编辑器,一个文本文件编辑器,用来创建和编辑ASCII文件(--KO的话:就是文件文件)

EMM386
(External)

EMM386 [on|off|auto] [w=on|off]

Enables or disables EMM386 expanded-memory support on a computer with an 80386 or higher processor.
允许或禁止EMM386扩展内存的支持(在一个有着80386或更高级的CPU的计算机上)


EXE2BIN
(External)

EXE2BIN [d:][path]filename [d:][path]filename

Converts .EXE (executable) files to binary format.
转换EXE文件(可执行文件)为二进制格式--KO的话:这个俺也不懂。照说EXE文件本身就是以二进制格式存放的呀。


EXIT
(Internal)

EXIT

Exits a secondary command processor.
离开command的副本提供的环境
注:这是个内部命令!!! (之所以这里收录它,是因为上面那个command外部命令里提到了它)

EXPAND
(External)

EXPAND [d:][path]filename [[d:][path]filename[ . . .]]

Expands a compressed file.
展开(解)压缩文件

FASTHELP
(External)

FASTHELP [command][command] /?

Displays a list of DOS commands with a brief explanation of each.
显示一个DOS命令和每条DOS命令的简单的说明的这样一个列表

FASTOPEN
(External)

FASTOPEN d:[=n][/X]

Keeps track of the locations of files for fast access.
保持当前文件的一些信息用以(在以后)快速地访问它


FC
(External)

FC [/A][/C][/L][/Lb n][/N][/T][/W][number] [d:][path]filename [d:][path]filename

or (for binary comparisons)
FC [/B][/number] [d:][path]filename [d:][path]filename

Displays the differences between two files or sets of files.
显示两个文件(或文件的设定)的不同之处。

FDISK
(External)

FDISK [/status]

Prepares a fixed disk to accept DOS files for storage.
为存储DOS文件而对硬盘进行预处理 (分区)

FIND
(External)

FIND [/V][/C][/I][/N] 襰tring? [d:][path]filename[...]

Finds and reports the location of a specific string of text characters in one or more files.
在一个或多个文件中寻找和报告指定的文本字符串的位置。

FORMAT
(External)

FORMAT d:[/1][/4][/8][/F:(size)] [/N:(sectors)] [/T:(tracks)][/B|/S][/C][/V:(label)] [/Q][/U][/V]

Formats a disk to accept DOS files.
格式化一个磁盘以存储DOS文件 (高级格式化)

GRAFTABL
(External)

GRAFTABL [(code page)]
GRAFTABL [status]

Loads a table of character data into memory (for use with a color/graphics adapter).
装载一个字符数据表到内存中(为了用彩色/图形显示卡)

GRAPHICS
(External)

GRAPHICS [printer type][profile] [/B][/R][/LCD][/PB:(id)] [/C][/F][/P(port)]

Provides a way to print contents of a graphics screen display.
提供一个在图形界面中显示内容的方法

HELP
(External)

HELP [command] [/B][/G][/H][/NOHI]

Displays information about a DOS command.
显示DOS命令的帮助信息。

INTERLINK
(External)

INTERLINK [client[:]=[server][:]]

Connects two computers via parallel or serial ports so that the computers can share disks and printer ports.
用并口或串口来连接两台电脑,这样电脑能共享磁盘和打印机端口。

INTERSVR
(External)

INTERSVR [d:][...][/X=d:][...] [/LPT:[n|address]] [/COM:[n|address]][/baud:rate] [/B][/V]
INTERSVR /RCOPY

Starts the Interlink server.
开始双机互联服务


JOIN
(External)

JOIN d: [d:path]
JOIN d: [/D]

Allows access to the directory structure and files of a drive through a directory on a different drive.
通过另一个磁盘上的目录来访问这个磁盘上的文件和目录结构。

KEYB
(External)

KEYB [xx][,][yyy][,][d:][path]filename [/E][/ID:(number)]

Loads a program that replaces the support program for U. S. keyboards.
设定键盘布局以代替U.S.键盘布局(美国键盘)

LABEL
(External)

LABEL [d:][volume label]

Creates or changes or deletes a volume label for a disk.
创建或改变或删除一个磁盘的卷标

MEM
(External)

MEM [/program|/debug|/classify|/free|/module(name)] [/page]

Displays amount of installed and available memory, including extended, expanded, and upper memory.
显示已用的和空闲的内存空间,包括扩展内存,扩充内存和上位内存。 --KO的话:扩展和扩充内存的概念最容易搞混,我现在也搞混了,
不知道到底是extended对应的是扩展还是扩充。下次看到了有关资料后再说吧。

MEMMAKER
(External)

MEMMAKER [/B][/batch][/session][/swap:d] [/T][/undo][/W:size1,size2]

Starts the MemMaker program, a program that lets you optimize your computer's memory.
一个能让你优化你的电脑内存的程序

MIRROR
(External)

MIRROR [d:]path [d:] path [...]
MIRROR [d1:][d2:][...] [/T(drive)(files)] [/partn][/U][/1]

Saves disk storage information that can be used to recover accidentally erased files.
镜像,保存磁盘的信息让你能覆盖意外删除的文件。

MODE
(External)

MODE n
MODE LPT#[:][n][,][m][,][P][retry]
MODE [n],m[,T]
MODE (displaytype,linetotal)
MODE COMn[:]baud[,][parity][,][databits][,][stopbits][,][retry]
MODE LPT#[:]=COMn [retry]
MODE CON[RATE=(number)][DELAY=(number)]
MODE (device) CODEPAGE PREPARE=(codepage) [d:][path]filename
MODE (device) CODEPAGE PREPARE=(codepage list) [d:][path]filename
MODE (device) CODEPAGE SELECT=(codepage)
MODE (device) CODEPAGE [/STATUS]
MODE (device) CODEPAGE REFRESH

Sets mode of operation for devices or communications.
设置设备的操作模式或通讯方式

MORE
(External)

MORE < (filename or command)
(name)|MORE

Sends output to console, one screen at a time.
每次一屏信息地显示方式
MSAV
(External)

MSAV [d:] [/S|/C][/R][/A][/L][/N][/P][/F][/video][/mouse]
MSAV /video

Scans your computer for known viruses.
扫描你的硬盘上(有没有)已知的病毒

MSBACKUP
(External)

MSBACKUP [setupfile] [/BW|/LCD|/MDA]

Used to backup or restore one or more files from one disk to another.
备份一个磁盘上的一个或多个文件到另一个磁盘中或从另一个磁盘中恢复这个磁盘上的文件


MSCDEX
(External)

MSCDEX /D:driver [/D:driver2. . .] [/E][/K][/S][/V][/L:letter] [/M:number]

Used to gain access to CD-ROM drives (new with DOS Version 6).
用以访问CD-ROM(DOS6.XX中的新命令)

MSD
(External)

MSD [/B][/I]
MSD [/I] [/F[d:][path]filename [/P[d:][path]filename [/S[d:][path]filename

Provides detailed technical information about your computer.
提供你的计算机的技术上的详细信息。--KO的话:就是检查你的电脑上的硬件和软件信息。就像windows下的system information系统信息一样)

NLSFUNC
(External)

NLSFUNC [d:][path]filename

Used to load a file with country-specific information.
用来装载一个包含特定国家的信息的文件  --KO的话:我也是头一次看到这条命令,不懂的说。

POWER
(External)

POWER [adv:max|reg|min]|std|off]

Used to turn power management on and off, report the status of power management, and set levels of power conservation.
用来打开或关闭电脑管理, 报告电脑管理的状态, 和设定电源保护的级别.  

PRINT
(External)

PRINT [/B:(buffersize)] [/D:(device)] [/M:(maxtick)] [/Q:(value] [/S:(timeslice)][/U:(busytick)] [/C][/P][/T] [d:][path][filename] [...]

Queues and prints data files.
管理和打印数据文件--KO的话:Queues的意思是“n.行列, 长队, 队列 vi.排队, 排队等待”


RECOVER
(External)

RECOVER [d:][path]filename
RECOVER d:

Resolves sector problems on a file or a disk. (Beginning with DOS Version 6, RECOVER is no longer available ).
解决一个文件或磁盘上的扇区问题 (从DOS6.xx版本开始,RECOVER不再可用).

REPLACE
(External)

REPLACE [d:][path]filename [d:][path] [/A][/P][/R][/S][/U][/W]

Replaces stored files with files of the same name from a different storage location.
用另一个存储位置里的文件覆盖此处的同名文件

RESTORE
(External)

RESTORE d: [d:][path]filename [/P][/S][/B:mm-dd-yy] [/A:mm-dd-yy][/E:hh:mm:ss] [/L:hh:mm:ss] [/M][/N][/D]

Restores to standard disk storage format files previously stored using the BACKUP command.
把先前用BACKUP命令做的备份文件恢复到这个磁盘上。

SCANDISK
(External)

SCANDISK [d: [d: . . .]|/all][/checkonly|/autofix[/nosave]|/custom][/surface][/mono][/nosummay]
SCANDISK volume-name[/checkonly|/autofix[/nosave]|/custom][/mono][/nosummary]
SCANDISK /fragment [d:][path]filename
SCANDISK /undo [undo-d:][/mono]

Starts the Microsoft ScanDisk program which is a disk analysis and repair tool used to check a drive for errors and correct any problems that it finds.
磁盘扫描工具,扫描并修复找到的错误。

SELECT
(External)

SELECT [d:] [d:][path] [country code][keyboard code]

Formats a disk and installs country-specific information and keyboard codes (starting with DOS Version 6, this command is no longer available).
格式化磁盘并安装特定的国家信息和键盘布局代号(从DOS6.xx开始,这条命令不再可用)


SETVER
(External)

SETVER [d:]:path][filename (number)][/delete][/quiet]

Displays the version table and sets the version of DOS that is reported to programs.
显示版本号并设置它报告的DOS版本号

SHARE
(External)

SHARE [/F:space] [/L:locks]

Installs support for file sharing and file locking.
安装文件共享和文件锁定的支持。

SORT
(External)

SORT [/R][/+n]  (filename2)

Sorts input and sends it to the screen or to a file.
把输入的信息排序并把它送到显示屏上(显示)或送到一个文件中。

SUBST
(External)

SUBST d: d:path
SUBST d: /D

Substitutes a virtual drive letter for a path designation.
为某个路径(目录)设定一个虚拟的盘符。 --KO的话:这样,就可以通过访问这个虚拟盘来访问这个特定的目录

SYS
(External)

SYS [source] d:

Transfers the operating system files to another disk.
传送系统文件到另一个磁盘 --KO的话:这样,可使另一个磁盘也变成系统盘。成为可启动的系统盘。

TREE
(External)

TREE [d:][path] [/A][/F]

Displays directory paths and (optionally) files in each subdirectory.
以树形方式显示某个磁盘的每一个目录和文件(可选)

UNDELETE
(External)

UNDELETE [d:][path][filename] [/DT|/DS|/DOS]
UNDELETE [/list|/all|/purge[d:]|/status|/load|/U|/S[d:]|/Td:[-entries]]

Restores files deleted with the DELETE command.
恢复用DELETE命令删除的文件

UNFORMAT
(External)

UNFORMAT d: [/J][/L][/test][/partn][/P][/U]

Used to undo the effects of formatting a disk.
用来消除format命令(格式化磁盘)的影响(作用)--KO的话:就是取消格式化的意思

VSAFE
(External)

VSAFE [/option[+|-]...] [/NE][/NX][Ax|/Cx] [/N][/D][/U]

VSAFE is a memory-resident program that continuously monitors your computer for viruses and displays a warning when it finds one.
VSAFE是一个驻留内存的程序,它不停地监视你的计算机,当发现病毒时显示警告信息。

XCOPY
(External)

XCOPY [d:][path]filename [d:][path][filename] [/A][/D:(date)] [/E][/M][/P][/S][/V][/W][Y\-Y]
Copies directories, subdirectories, and files.
复制目录,子目录和文件。--KO的话:增强的copy命令。可以复制整个目录,包括在目录中的所有文件和子目录

--------------------------------------------------------------------------------
KO的话:
好久没写了。。。
最近看到有网友要求继续执行这个教学计划,
又有了点动力。呵呵。。。

这上面列出的DOS外部命令应该比较全,我这次又是”拿来主义“,
上面这些东东是从 http://www.easydos.com/dosindex.html
复制来的,去掉了内部命令的部分,并对每条外部命令的英文解释作了粗糙的翻译。
这上面的命令都比较老,有些是DOS6.0以后不再支持的命令,在文中作了标记。
有些命令我也是头一次看到的。没用过,也不懂。呵呵。。。
有些我自己是懂的,但不知道怎么翻译或叙述能让大家更容易懂。。。

这篇帖子大家看看就算了。。。
不懂的话也没关系,反正很少用到这些命令。
其中有些常用的,到时再详细一点讲吧。反正第六课计划还是讲外部命令的。呵呵。。。
作者: ko20010214     时间: 2003-6-11 00:00
下面的英文也是来自
http://www.easydos.com/dosindex.html
英文好的可以看看。
中文翻译是用CXW_READ这个软件翻译的。这个软件翻译的质量,唉。
================
Syntax Notes
To be functional, each DOS command must be entered in a particular way: this command entry structure is known as the command's "syntax." The syntax "notation" is a way to reproduce the command syntax in print.

For example, you can determine the items that are optional, by looking for information that is printed inside square brackets. The notation [d:], for example, indicates an optional drive designation. The command syntax, on the other hand, is how YOU enter the command to make it work.


Command Syntax Elements
1. Command Name

The DOS command name is the name you enter to start the DOS program (a few of the DOS commands can be entered using shortcut names). The DOS command name is always entered first. In this book, the command is usually printed in uppercase letters, but you can enter command names as either lowercase or uppercase or a mix of both.

2. Space

Always leave a space after the command name.

3. Drive Designation

The drive designation (abbreviated in this book as "d:") is an option for many DOS commands. However, some commands are not related to disk drives and therefore do not require a drive designation. Whenever you enter a DOS command that deals with disk drives and you are already working in the drive in question, you do not have to enter the drive designator. For example, if you are working in drive A (when the DOS prompt A> is showing at the left side of the screen) and you want to use the DIR command to display a directory listing of that same drive, you do not have to enter the drive designation. If you do not enter a drive designation, DOS always assumes you are referring to the drive you are currently working in (sometimes called the "default" drive).

4. A Colon

When referring to a drive in a DOS command, you must always follow the drive designator with a colon (:) (this is how DOS recognizes it as a drive designation).

5. Pathname

A pathname (path) refers to the path you want DOS to follow in order to act on the DOS command. As described in Chapter 3, it indicates the path from the current directory or subdirectory to the files that are to be acted upon.

6. Filename

A filename is the name of a file stored on disk. As described in Chapter 1, a filename can be of eight or fewer letters or other legal characters.

7. Filename Extension

A filename extension can follow the filename to further identify it. The extension follows a period and can be of three or fewer characters. A filename extension is not required.

8. Switches

Characters shown in a command syntax that are represented by a letter or number and preceded by a forward slash (for example, "/P") are command options (sometimes known as "switches"). Use of these options activate special operations as part of a DOS command's functions.

9. Brackets

Items enclosed in square brackets are optional; in other words, the command will work in its basic form without entering the information contained inside the brackets.

10. Ellipses

Ellipses (...) indicate that an item in a command syntax can be repeated as many times as needed.

11. Vertical Bar

When items are separated by a vertical bar (|), it means that you enter one of the separated items. For example: ON | OFF means that you can enter either ON or OFF, but not both.

语法备忘录

到是功能的, 每个DOS 命令必须是进入在一特别的方向: 这命令输入结构是驰名的这命令"语法." 这语法"notation" 是一方向到再生这命令语法在列印.  

给举例, 你能决定这项目那是选项, 经由看给资讯那是已印出的里面方形brackets. 这notation [d:], 给举例, 指示一个选项磁盘designation. 这命令语法, 在于这其他手, 是如何你输入


命令语法元素
1. 命令名称

这DOS 命令名称是这名称你输入到开始这DOS 程式(一少数之这DOS 命令能是进入用捷径名称). 这DOS 命令名称是常常进入第一. 在这书, 这命令是通常已印出的在大写字, 但你c

2. 空间

常常留下一空间后迟于这命令名称.

3. 磁盘Designation

这磁盘designation (缩写成在这书如"d:") 是一个选项给许多DOS 命令. 无论如何, 有些命令是不叙述到磁盘驾驶和因此做不需要一磁盘designation. 每当你输入一DOS 命令那deals 与磁盘driv

4. 一句号

当referring 到一磁盘在一DOS 命令, 你必须常常接下来的这磁盘designator 与一句号(:) (这是如何DOS recognizes 它如一磁盘designation).

5. 路径名

一路径名(路径) refers 到这路径你要DOS 到接下来的为了动作在于这DOS 命令. 如描述在章3, 它指示这路径由这现用的目录或次目录到这文件那是到是acted 之上.

6. 文件名称

一文件名称是这名称之一文件储存在于磁盘. 如描述在章1, 一文件名称能是之八或fewer 字或其他合法的字元.  

7. 文件名称延伸

一文件名称延伸能接下来的这文件名称到另外的确认它. 这延伸下列的一一段时间和能是之三或fewer 字元. 一文件名称延伸是不需要.

8. 切换

字元展现在一命令语法那是represented 经由一字母或数字和先于经由一向前斜线(给举例, "/P") 是命令选择(有时驰名的"切换"). 用之这些选择活动特别的运算如部份之一DOS comm

9. Brackets

项目被括号在在方形brackets 是选项; 换句话说, 这命令会工作在它的基本的形式不含进入这资讯包含里面这brackets.

10. Ellipses

Ellipses (...) 指示那一个项目在一命令语法能是repeated 如许多次如需要.

11. 垂直棒

当项目是分开经由一垂直棒(|), 它意思那你输入一之这分开项目. 给举例: 在于| 离开意思那你能输入或在于或离开, 但不两者.

--------------------------------------------------------------------------------
All command information is from the downloadable book DOS the Easy Way
--------------------------------------------------------------------------------
=======================
KO的话:其实这样的翻译会害死人,谁爱看谁看吧。。。

第一段其实应该翻译成这样:
为了有效,每条DOS命令必须按这个特别的方式输入--这个命令输入的结构就是被称作为命令的“语法”。语法“注释”了在显示时重新组织这个命令语法的方式。

in print这里我翻译成了“在显示时”,因为一个历史原因,电脑上往屏幕(显示器)上显示文本时经常用"print"这个命令,所以我在这也翻译成“显示”。

上面的翻译还是不尽人意。我水平有限。大家就放过我吧。。。
其实这也是我为什么不愿自己去翻译,而只用XW_READ这个软件翻译的原因。
因为我也翻译不好。呵呵。。。
作者: ko20010214     时间: 2003-6-12 00:00
如果想看到还有续集的话,就回个贴吧!
要不然真的没什么动力。。。:-(
呵呵。。。
作者: hai5800     时间: 2003-6-12 00:00
好,我顶!!强烈表示支持!!
作者: 红13     时间: 2003-8-31 00:00
我看了一,三,四,五,怎么没有二和六啊???
作者: hzy     时间: 2003-9-2 00:00
想看更全面具体(有例子)的!
作者: 空军一号     时间: 2004-4-24 00:00
太好了,对我们这些新手加菜鸟太重要了,希望版主再接再厉。
作者: hendry2003     时间: 2004-4-25 00:00
斑竹一下子讲的太多了,能不能每次只讲几个命令但讲的详细点,并结合自己的实际应用和经验来讲解,毕竟背这么多命令到出问题不会用也没用啊,希望斑竹能够体谅我们我们这些菜鸟的苦处。不好意思斑竹出了这么多力,还对斑竹指手划脚,希望斑竹再接再力,让我门这些石头都能长出青草了:),努力努力再努力[em27][em27][em27][em27]
作者: laochang409     时间: 2004-6-18 00:00
非常感谢!回去慢慢消化。
作者: linux1234     时间: 2004-7-13 00:00
嗯,我正想看看
作者: xiaosuiba     时间: 2006-10-12 00:18


  Quote:
Originally posted by hai5800 at 2003-6-12 00:00:
好,我顶!!强烈表示支持!!

楼主说二不由他写,六他还没写(:P;))
作者: weilong888     时间: 2006-10-12 00:45
这个要顶起来,让新手多看看。
作者: netrabbit     时间: 2006-10-25 11:35
很不错哦  适宜新手学习滴
作者: sword221     时间: 2007-3-3 05:46
有人整理!
真的不错啊
作者: MSDN     时间: 2007-3-3 06:56
说的好!
作者: ying3102008     时间: 2007-4-28 02:54


  Quote:
Originally posted by ko20010214 at 2003-6-12 00:00:
如果想看到还有续集的话,就回个贴吧!
要不然真的没什么动力。。。:-(
呵呵。。。

楼主辛苦!:)
作者: woainiphj     时间: 2007-7-5 18:07    标题: 学习了

但是看不懂!
作者: pangzhongfu     时间: 2007-7-6 10:05
好东东,我也来学一学,谢谢高手
作者: ch7213851     时间: 2007-7-6 17:12
DOS外部命令的基本介绍
作者: luohua718     时间: 2007-7-7 17:03
谢谢,非常全面
作者: seagull70     时间: 2007-7-26 14:20
看来还需努力哟!!!
作者: coolfox     时间: 2007-8-29 05:39
好东西啊。。谢谢




欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) Powered by Discuz! 2.5