TYPE
TYPE
Â
Indicates characters that should be typed on the keyboard. This data is case sensitive. For example type ‘‘This Text’‘ will result in the characters ‘‘This Text’‘ to be typed at the current cursor location.
 The TYPE command can contain a maximum of 250 characters
Usage:Â type mytext
or
 type %varname% (see also: VARPROMPT)
Â
Note that the parameter must be enclosed by delimiters if it contains any spaces
Â
Â
Â