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

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.

 

 

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 7–15

Page 53
Image 53
Compaq 164SX Sets or modifies the value of an environment variable, Environment variable to be assigned a new value