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.
Setting and Clearing Environment Variables
 Summary                                   Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     You can use the Environment Variables dialog box to define new
     environment variables and clear existing ones.
 
     To define a new environment variable:
 
       1. Type the variable definition in the Variable text box.
 
          The variable definition takes the same form as the argument
          to the operating-system SET command. That is, the name of the
          variable is followed immediately by an equal sign (=) and the
          value of the variable. For example:
 
               INIT=C:\INIT
 
       2. Choose Set Variable.
 
     To clear an existing environment variable, use one of the
     following methods:
 
       ■  Type a new (empty) definition:
 
            1. Type the name of the variable in the Variable text box,
               followed by an equal sign. For example:
 
                    INCLUDE=
 
            2. Choose Set Variable.
 
       ■  Edit an existing definition:
 
            1. Select the variable from the Variables List box.
 
            2. Delete the text after the equal sign.
 
            3. Choose Set Variable.
 
     To cancel your changes and restore the environment table to the
     value it had before you opened the dialog box:
 
       ■  Choose Cancel.
 
     See
 
     Environment
                                    -♦-