Basic Alpha SRM Console Command Descriptions
set
Sets or modifies the value of an environment variable.
Syntax
set <envar> <value>
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
set Command Option | Description |
|
|
Restores an environment variable to its default value. | |
Creates an environment variable as an integer. | |
Creates an environment variable as a string. | |
|
|
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.
Alpha SRM Console Firmware