User Tools

Site Tools


ENVIRONMENT VARIABLE

ENVIRONMENT VARIABLE is used to set an environment variable. Often application software requires certain configuration variables to be available as environment variables.

ENVIRONMENT VARIABLE is a Child to an ENVIRONMENT.

ENVIRONMENT VARIABLE
Essential Parameters:
Name:Environment variable name.
Value:Value of environment variable.

Tip: A common use of ENVIRONMENT is to add the directory containing a software executable file to the existing 'Path' environment variable on the computer. On Windows, the syntax for adding a directory path to the Path environment variable is as follows: %path%; C:\newpath where the new directory path C:\newpath will be added to the end of the current Path setting.



Page Tools