home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / CONFIG2.ZIP / SET.HLP < prev    next >
Text File  |  1989-06-01  |  475b  |  18 lines

  1. The SET directive is used to add or modify environment variables.  It
  2. is equivalent to the SET command that can be used interactively or in
  3. a batch file, except that the SET directives in CONFIG.SYS control the
  4. master environment for all windowed or full-screen processes.
  5.  
  6. Directive syntax:    SET name = value
  7.  
  8. Default value:        Not applicable
  9.  
  10. Multiple occurrences:    Yes
  11.  
  12. Affects protected mode:    Yes
  13.             
  14. Affects real mode:    No
  15.  
  16. Example:        SET LIB = C:\PMSDK\LIB
  17.  
  18.