The NAME parameter provides support for static substitution of station name. For example, the following command resets the station name to the name of the computer:
name:$NAME$
Enclose all macros between dollar signs ($)
Macro
|
Description
|
$NAME$
|
Host computer machine name (i.e. DELL-XPS-123).
|
$USER$
|
Logged in user at the Host machine console with domain (i.e. DOMAIN\jsmith).
|
$USERNAME$
|
Logged in user at the Host machine console without domain (i.e. jsmith)
|
$USERDISPLAY$
|
Logged in user at the Host machine console in First name Last name format.
|
$VER$
|
External Host software version number (i.e. 10.4.4094.
|
$INTVER$
|
Internal version of the Host software.
|
$PLATFORM$
|
Operating system of the Host computer.
|
Macros are evaluated and inserted statically at the time that you run PHSETUP. To change station name dynamically at runtime, use the % macros as described in "Dynamic Station Name Macros".
NOTE: Macro names are not case sensitive.