Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QuickBASIC 3.0 - <b>environ modify environment table</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ENVIRON                  Modify Environment Table

 ENVIRON stringexpr

    Adds a statement to or deletes a statement from the current
    environment table.

     stringexpr     A string expression of the form "name = parameter".

   ----------------------------------------------------------------------

      Notes:    If name already exists in the environment table, its
                current setting is replaced with the new setting. If name
                does not exist, the new statement is added at the end of
                the environment table.

                To delete an entry from the environment table, make
                parameter a semicolon (i.e. "name = ;").

                parameter is case-sensitive.

                The new environment variable added, deleted, or modified
                by this procedure will only take effect for SHELLed copies
                of COMMAND.COM that are activated after this statement.
                After the program exits, the environment table will be
                exactly the same as before the program executed, no matter
                what changes were made with ENVIRON.

See Also: ENVIRON$ SHELL

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson