home *** CD-ROM | disk | FTP | other *** search
- COMMAND: COMMAND
-
- FUNCTION: Invokes a secondary command processor.
-
- FORMAT: COMMAND [d:][path][/P][/C string]
-
- TYPE: DOS external command
-
- REMARKS: /P causes the new command processor to become permanent in memory.
- /C passes the command 'string' as a parameter.
- COMMAND searches the directory d:path for the new command processor
- to be loaded. Control can be returned to the previous command level
- by issuing the command EXIT, except in the case when the /P option
- was used to load the secondary processor. If the /C option is used,
- the command line string is interpretted and acted upon as if it was
- entered as a normal command. This option allows one to nest batch
- files as follows: the first file calls the second with COMMAND /C
- followed by the name of the second file; control returns from the
- second to the first by an EXIT command.