|
This page contains the complete description of all commands that can be used
on script files.
Script Commands Description:
(1) Command Sequence: All commands related to the begin of session connection must be placed before the commands that only can be used after session is connected, that is, they must be placed before the "CONNECT" command; Commands not related to existence of an session connected, as they are independent from it, may be placed on any point of script file. Commands related to session connecting: TERMINAL, TITLE, CONNECT, PORT Commands related to session connected: TYPE, PASSWORD, KEY, LOOKFOR, LOOKLIST,PROMPT, MOVECURSOR "R:C" Session Independent commands: GOTO "label", LABEL, EXIT (2) "Script" file sample: Click here to see an script file sample, using above commands. Click on any place of script file sample page to return to this page. |