Copyright Digital Equipment Corp. All rights reserved.

Command_Qualifiers

/DECWINDOWS
  Specifies that the session file is a recorded DECwindows session.

/INTERACTIVE
  /INTERACTIVE (D)

  Specifies that the session file is a recorded terminal session.

/LOG
  /LOG (D)
  /NOLOG

  Controls whether Digital Test Manager displays informational and
  success messages on your screen.

/TERMINATION_CHARACTER
  /TERMINATION_CHARACTER=character

  Specifies the character that Digital Test Manager interprets as the
  termination character when you extract the input file from the
  terminal session file. Digital Test Manager uses this information when
  translating recording functions in the session file to special
  strings in the input file.

  If you used a termination character other than the default
  termination character CTRL/P when recording the session file,
  specify that termination character on the EXTRACT command line.

  The termination character can be any single character, such as an
  asterisk (*),  or a control sequence, such as CTRL/P. To specify a
  control character, enter a circumflex (^)  followed by a letter.
  For example, to enter the termination character sequence CTRL/D,
  enter a circumflex followed by a D (/TERMINATION_CHARACTER=^D).
  You can also specify a termination character by its ASCII decimal
  representation. For example, you can use the ASCII number 16 to
  specify CTRL/P.