Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Envcursave Switch
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Envcursave (Boolean)
 
     The Envcursave switch determines if PWB saves and restores the
     current environment table for PWB sessions.
 
     You can change environment variables by using Options Environment
     or the Environment function («environment»).
     See: Environment, Options Environment
 
     If you always want to use the operating-system environment, set
     both Envcursave and Envprojsave to No.
     See: Envprojsave
 
     Syntax
 
     Envcursave:{ yes | no }
 
     yes    Save and restore environment variables for PWB sessions.
 
            Use this setting if you want to use an environment that is
            specific to PWB. The PWB environment overrides the
            operating-system environment.
 
     no     Do not save environment variables between PWB sessions.
 
     Default
 
     Envcursave:no
 
     Update:
 
     In PWB 1.1, the INCLUDE, LIB, and HELPFILES environment variables
     were always saved for PWB sessions and projects.
 
     See
 
     Boolean Switch Syntax
                                    -♦-