home *** CD-ROM | disk | FTP | other *** search
- ----------------------- COMMAND - Internal DOS Command -----------------------
-
- COMMAND invokes a secondary command processor.
-
- FORMAT: COMMAND [d:][path][/P][/C string]
-
- REMARKS:
-
- d:path - specifies the drive and directory to be searched for the command
- processor.
-
- /P - causes the secondary command processor to become permanent in
- memory.
-
- /C string - passes the command "string" to the new command processor for
- execution.
-
- The new command processor will inherit the environment of the old processor.
- You can return to the previous command processor by issuing the special
- command, EXIT.