The following variables can be used in device configuration scripts:


@PROMPT=/#/                             Read up until ‘#’ prompt is found

%--comment--%                            Comment in file, is not sent to device

%WAIT:5%                                    Wait 5 seconds before continuing

%CAPTURE-START%                     Start capturing backup

%CAPTURE-END%                        End capturing backup

%END:exit%                                  Send “exit” and end session

<CTRL-Y>                                       Send CTRL-Y

%ASCII:25%                                   Send ASCII character 25

%ASCII:LF%                                    Send ASCII linefeed

%ASCII:CR%                                   Send carriage return

%ASCII:0x20%                               Send ASCII character 0x20 (32)

%%                                                 Send % character

%DATE%                                        Date

%TIME%                                        Time

%AGENT%                                     Device address

%DEVICENAME%                          Device name

%VAR:<variable name>%           Send Variable from Config Tool -> Backup tab