home *** CD-ROM | disk | FTP | other *** search
/ Compu-Fix / Compu-Fix.iso / tutorial / dos5tut / command.dat < prev    next >
Encoding:
Text File  |  1993-03-01  |  519 b   |  16 lines

  1. This is the explanation of the COMMAND 
  2. command. It is EXTERNAL.
  3. This command will start another instance of 
  4. the command interpreter COMMAND.COM.
  5. Switches:
  6.  /e:nnnnn  Specifies the environment 
  7.            size and must be in the 
  8.            range of 160 - 32768
  9.  /p        only used when COMMAND is 
  10.            used with the shell.
  11.  /c string specifies a command to be 
  12.            executed and then stop
  13.            the command interpreter.
  14.  /msg      all messages will be stored 
  15.            in memory.
  16.