Alpha SRM Console Firmware 7–15
Basic Alpha SRM Console Command Descriptions
set
Sets or modifies the value of an environment variable.
Syntax
set <envar> <value> [-default] [-integer] [-string]
Arguments
<envar>
The environment variable to be assigned a new value.
<value>
The value that is assigned to the environment variable. It can be either
a numeric value or an ASCII string.
Options
Description
The set command is used to set or modify the value of an
environment variable. Environment variables are used to pass
configuration information between the console and the operating
system. See Section 7.3 for more information about environment
variables.
set Command Option Description
-default Restores an environment variable to its default value.
-integer Creates an environment variable as an integer.
-string Creates an environment variable as a string.