![]() |
China DOS Union-- Unite DOS · Advance DOS · Grow DOS --Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum |
| Guest | Log in | Register | Members | Search | China DOS Union |
|
中国DOS联盟论坛 The time now is 2026-08-15 11:59 |
47,813 topics / 349,903 posts / today 1 new / 48,257 members |
| DOS疑难解答 & 问题讨论 (解答室) » Parameters of COMMAND.COM |
| Printable Version 1,543 / 2 |
| Floor1 chinawyq | Posted 2002-12-19 00:00 |
| 初级用户 Posts 39 Credits 243 | |
|
Ask the moderator, what are the parameters of COMMAND.COM? Could you please explain them in detail? There is such a sentence in a batch file: c:\command.com /c wt.exe, what does it mean?
|
|
| Floor2 MYS | Posted 2002-12-19 00:00 |
| 元老会员 Posts 1,637 Credits 5,170 From 广东佛山 | |
|
Here are several parameters of command.com, from Cai Xuan's "Unpublished DOS Parameters" article.
1. COMMAND /F (applicable to MS-DOS 6.00 and above) COMMAND. COM /F can automatically help you choose one to answer when the system has an error prompt "Abort, Retry, Fail". For example, when using the DIR A: command without a floppy disk in the floppy drive, the system will automatically make several retries. If it still doesn't work, it will choose Fail and exit. This parameter can run in the DOS window of Windows 95/98, and can also be used with the shell command in config. sys, such as: shell=c:\command.com c:\ /e:512 /p /f. 2. COMMAND /Z (applicable to MS-DOS 7.00 and above) COMMAND. COM /Z displays the error level number (ERRORLEVEL) when the command execution is completed. Many BAT files perform operations such as selection through ERRORLEVEL. After this parameter is loaded, the error number of all executed commands is automatically displayed at the end. For example: Microsoft(R) Windows 98(C)Copyright Microsoft Corp 1981-1998.Return code (ERRORLEVEL): 0WARNING: Reloaded COMMAND.COM transient This parameter can run in the DOS window of Windows 95/98, and can also be used with the shell command in config. sys, such as: shell=c:\command.com c:\ /e:512 /p /z. |
|
| Floor3 Wengier | Posted 2002-12-19 00:00 |
| 系统支持 Posts 10,521 Credits 27,736 | |
|
There are also undocumented parameters of COMMAND.COM, such as /T, /D, etc.
|
|
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |