FreeDOS 1.1 help should include something like this below,
about command.com, to document /F    ("fail" response to "abort, retry, fail?"
                           and /MSG  (hold messages in memory, as in optimal 
floppy system usage) 
 
 
 
 
COMMAND [[drive:] path] [device] [/E:nnnnn] [/L:nnnn] [/U:nnn] [/P] [/MSG] 
[/LOW] [/Y [/C|K] command]
[drive:]path Specifies the directory containing COMMAND.COM. 
 
device Specifies the device to use for command input and output. 
 
/E:nnnnn Sets the initial environment size to nnnnn bytes. (nnnnn should be 
between 256 and 32,768). 
 
/L:nnnn Specifies internal buffers length (requires /P as well). (nnnn should 
be between 128 and 1,024). 
 
/U:nnn Specifies the input buffer length (requires /P as well). (nnn should be 
between 128 and 255). 
 
/P Makes the new Command Interpreter permanent (can't exit). 
 
/MSG Stores all error messages in memory (requires /P as well). 
 
/LOW  Forces COMMAND to keep its resident data in low memory. 
 
/Y Steps through the batch program specified by /C or /K. (Only available in 
MS-DOS 6.x and above).  
 
/C command   Executes the specified command and returns. 
 
/K command Executes the specified command and continues running. 
 
/Z Display the errorlevel of every command executed (Only available in MS-DOS 
7.x and above). 


there's nothing wrong with that.
why not use good documentation? 
................................................................
eufdp...@yahoo.com
eufdp...@yahoo.com
eufdp...@yahoo.com
eufdp...@yahoo.com
eufdp...@yahoo.com
................................................................
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to