home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / definit / environ.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  18 lines

  1. ENVIRONMENT
  2.  
  3. The DOS environment space is an area of memory set aside by DOS to store 
  4. environment variables. Programs and BATCH files find them useful. There 
  5. is always at least one environment variable, COMSPEC, defined by DOS during 
  6. the boot. The size of DOS environment space is fixed during the boot, as 
  7. determined by the SHELL line in the CONFIG.SYS file. Every time the COMMAND 
  8. program is run, a new copy of the DOS environment space is created, and used 
  9. until that COMMAND program EXITs.
  10.  
  11. For information about setting the size of the DOS environment space, leave 
  12. the NEW_TERMS topic (by pressing the Return, Enter, or <──┘ key at the 
  13. "NEW_TERMS Topic?" prompt) and then request information on the CONFIG.SYS 
  14. SHELL topic. For information about environment variables, leave the NEW_TERMS 
  15. topic (by pressing the Return, Enter, or <──┘ key at the "NEW_TERMS Topic?" 
  16. prompt) and then request information on the BATCH_COMMANDS HINTS VARIABLE and 
  17. BATCH_COMMANDS SET topics.
  18.