Perforce 2006.1 Command Reference | ||
<< Previous Chapter p4 workspaces |
Table of Contents Index Perforce on the Web |
Next Chapter >> P4AUDIT |
OS or Shell |
Environment Variable Example |
---|---|
UNIX: ksh, sh, bash |
P4CLIENT=value ; export P4CLIENT |
UNIX: csh |
setenv P4CLIENT value |
VMS |
def/j P4CLIENT "value" |
Mac MPW |
set -e P4CLIENT value |
Windows |
Windows administrators running Perforce as a service can set variables for use by a specific service with p4 set -S svcname var=value, or set variables for all users on the local machine with p4 set -s var=value. (See the p4 set chapter for more details on setting Perforce's registry variables in Windows). |
Perforce's environment variables can be loosely grouped into the following four categories:
Perforce 2006.1 Command Reference | ||
<< Previous Chapter p4 workspaces |
Table of Contents Index Perforce on the Web |
Next Chapter >> P4AUDIT |