Copyright Digital Equipment Corp. All rights reserved.

Command_Qualifiers

/ECHO
  /ECHO (D)
  /NOECHO

  Specifies whether the command is displayed on your screen after
  you press the defined key. You cannot define a key by specifying
  both /NOECHO and /NOTERMINATE.

/IF_STATE
  /IF_STATE=(state-name,...)
  /NOIF_STATE

  Specifies a list of states, any one of which must be set to enable
  the specified key definition. The default is the current state.
  Digital Test Manager defines the two states REVIEW and GOLD_REVIEW.
  The /NOIF_STATE qualifier selects the current state.

/LOCK_STATE
  /LOCK_STATE
  /NOLOCK_STATE (D)

  Retains the state specified with the /SET_STATE qualifier until
  you use the /SET_STATE qualifier again to change it.

/SET_STATE
  /SET_STATE=state-name
  /NOSET_STATE

  Associates a state with the key you are defining. The default is
  the current state. A state name can be any alphanumeric string.
  Digital Test Manager defines the two states REVIEW and GOLD_REVIEW.
  You cannot define a key specifying both /SET_STATE and /TERMINATE.
  The /NOSET_STATE qualifier selects the current state.

/TERMINATE
  /TERMINATE
  /NOTERMINATE (D)

  Determines whether the specified command string executes when you
  press the defined key. When you use /NOTERMINATE, you must press
  RETURN to execute the command. You cannot define a key specifying
  both /SET_STATE and /TERMINATE or /NOECHO and /NOTERMINATE.