NET/MASTER Network Control Language (NCL) Reference Manual

CMDLINE
Verbs
106126 Tandem Computers Incorporated 3–23
Examples
In the following example, GO YES is written to the command input line of the user's
OCS window. The cursor is positioned at the end of the text:
CMDLINE GO YES
In the following example, the text THIS IS A TEST is written to the command input
line of the user's OCS window with the cursor positioned on the first letter of TEST.
The two leading blanks are displayed because they are enclosed in quotes. The blanks
separating each word are unaffected:
CMDLINE " "THIS IS A _TEST