Xerox -07W & -11W Printer User Manual


 
12-19
Creating A Script File
Command Summary
PROGRAM COMMANDS
BRF Branch to specified label line if system flag is false.
BRT Branch to specified label line if system flag is true.
ELSE Do the following if previously specified if condition not true.
EXIT Exit script program but not TeemTalk.
GOSUB Go to subroutine at specified label line.
GOTO Go to specified label line.
IF Perform the following if specified condition is true.
LAUNCH Launch specified application.
LET Let the following be true.
QUIT Exit script program and TeemTalk.
RAND Put next random number into floating point number variable.
RETURN Return to line following gosub.
SEED Reset the random number generator seed.
SWITCH Compare value with cases & perform command if matched.
WHILE Perform the following while specified condition is true.
CLIPBOARD
CLIPBD APPEND Append specified string to the clipboard.
CLIPBD EMPTY Clear all data from the clipboard.
CLIPBD READ Place clipboard contents in variable.
CLIPBD WRITE Write data to clipboard.
COMMUNICATIONS
BREAK Break for specified time.
CAPTURE Log all data received from host to specified file.
CLR Clear communications buffer.
REPLAY Replay host data log file created by capture.
WAIT Host waits for specified time period.
DYNAMIC DATA EXCHANGE
DDE CANCEL Cancel a DDE conversation.
DDE EXECUTE Partner to perform specified instructions.
DDE INITIATE Start a DDE conversation.
DDE POKE Send data to specified item.
DDE REQUEST Request information on specified item.
DISPLAY
CLB Clear display buffer.
CLS Clear display and home cursor.