Environment Variables

Click on Environment Variables of the Default User or of a specific user to add environment variables that are unique to a session. Environment variables allow the user to combine and add environment variables to a user’s standard environment variables in a session on a per-user and per-session basis. The location of the values for existing variables can be defined by the user.

Variable:

The system variable to create or change

Values:

The value assigned to the given system variable.

Location if exist:

Where the new value should be added to an existing variable. Choose End, Beginning, or Replace. If the variable does not already exist as a system variable this location is ignored, and the variable is created.

End – Append existing variable with server variable

If values already exist for these variables on the NT Server, then the values specified here are appended to those existing values for the duration of the session. (For the example above, if the PATH specified on the NT Server is “C:\WINNT;C:\WINNT\System32”, then the PATH for the session would be “C:\WINNT; C:\WINNT\System32;C:\tools;C:\users\username;”)

 Beginning – Add server variable to beginning of existing variable

If values already exist for these variables on the NT Server, then the values specified here are placed before those existing values for the duration of the session. (For the example above, if the PATH specified on the NT Server is “C:\WINNT;C:\WINNT\System32”, then the PATH for the session would be “C:\tools;C:\users\username;C:\WINNT; C:\WINNT\System32;”)

 Replace – Replace existing variable with server variable

If values already exist for these variables on the NT Server, then the values specified here replace the existing values for the duration of the session. (For the example above, if the PATH specified on the NT Server is “C:\WINNT;C:\WINNT\System32”, then the PATH for the session would be “C:\tools;C:\users\username;”)

 

See Also:

User General Settings
Full Console Settings
Stream Settings
Graceful Termination