home *** CD-ROM | disk | FTP | other *** search
- ------------------------- SET - Internal DOS Command -------------------------
-
- SET inserts strings into the command processor's environment.
-
- FORMAT: SET [name=[parameter]]
-
- REMARKS:
-
- The environment (a series of names and parameters) is made available to all
- DOS commands and programs. Entering SET with no parameters shows the current
- set of environment strings. Entering "SET name=" removes "name" from the
- environment.
-
- EXAMPLES:
-
- Add the string HELP=HelpDOS to the environment:
-
- SET HELP=HelpDOS
-
-
- Display the current set of environment strings:
-
- SET