GGP supports environment variables to manage network and local pathnames effectively. In corporate environments, users may access GGP or its shared resources (tables, overlays, databases) from multiple locations, each potentially having different drive mappings to the same server directories. Environment variables help standardize these paths, so the resource location remains consistent regardless of user-specific drive mappings.
Environment Variable Syntax
Instead of a direct path like:
Drive:\Directory\Filename
Use environment variables in this format:
%EnvironmentVariableName%\Directory\Filename
How to Set Up Environment Variables
1. On Windows (XP, Vista, Windows 7, Windows 10, Windows 11)
Right-click My Computer (or This PC) and select Properties.
Go to the Advanced Settings tab.
Click the Environment Variables button.
Choose either System variables (recommended for all users) or User variables.
Click New.
Enter the variable name (e.g.,
GGPPATH).Enter the value (e.g.,
\\ITSERVER\PROGRAMS).Click OK to save.
Note:
If you are not a network administrator, you may only add User Variables.
System variables apply to all users on the PC.
Changes are saved to the registry and take effect after a restart.
2. In GGP
Launch the GGP Applications Launcher.
Click the Users button (accessible by department or corporate administrators only).
Click the Department icon on the toolbar.
Select a department from the left panel.
Click Edit/Save Directory Settings.
Replace absolute paths with your environment variable path.
Example:
Change\\ITSERVER\PROGRAMS\GGPWIN\CORP
to%GGPPATH%\GGPWIN\CORPClick OK to save.
GGP will update all matching directory paths automatically.
Additional Information
Environment variable usage is stored as
UseUNCNames(personal folders) andUseLocalAliases(shared folders) in GGP’s configuration files.You can toggle environment variable conversion on or off in the Directory Options dialog boxes.
Older GGP versions do not support environment variables pointing to local drives; this toggle allows you to revert paths to regular file paths if needed.
Environment variables can include drive or partition letters, supporting hot-desking across different Windows versions with a unified department.ini configuration.
If you need further assistance, please contact your system administrator or submit a support request.
Comments
0 comments
Article is closed for comments.