EDIT
(edit)
MS-DOS Editor是一文本编辑器,用于建立及编辑ASCII文本文件。
MS-DOS Editor是一个全屏幕编辑器,用于建立、编辑、保存及打印ASCII文件。在MS-DOS Editor中,可从菜单中选择命令,还可在对话框中指定信息与选项。MS-DOS Editor提供有关MS-DOS Editor使用及命令的扩展联机帮助。
EDIT [[drive:][path]filename] [/B] [/G] [/H] [/NOHI]
[drive:][path]filename 指定ASCII文件的路径及名称。如果文件不存在,则MS-DOS Editor将自行建立。如果文件存在,则MS-DOS Editor将打开它,并在屏幕上显示其内容。
/B 以黑白方式显示MS-DOS Editor。如果MS-DOS Editor在单色监视器上显示不对,则就可选用此参数。
/G 对CGA监视器使用最快的屏幕更新。
/R 以只读形式加载文件。
/S 强制使用短文件名。
/H 对使用的显示器采用最大的显示行数。
/NOHI 允许在MS-DOS Editor中采用8色显示。MS-DOS Editor一般采用16色。
EDIT [/B] [/H] [/R] [/S] [/<nnn>] [/?] [file(s)]
/B - Forces monochrome mode.
/H - Displays the maximum number of lines possible for your hardware.
/R - Load file(s) in read-only mode.
/S - Forces the use of short filenames.
/<nnn> - Load binary file(s), wrapping lines to <nnn> characters wide.
/? - Displays this help screen.
[file] - Specifies initial files(s) to load. Wildcards and multiple filespecs can be given.