Lines Matching full:script

6 .Nd Automated conversational script with a modem
15 .Op Ar script
30 or off at specific points in the chat script by using the ECHO
36 Read the chat script from the chat file.
38 is mutually exclusive with the chat script parameters.
82 An alternate reply may be sent or the script will fail if there
84 A failed script will cause the
95 script be executed in a
108 script be executed in a verbose mode.
112 script as well as all text received from the modem and the output
129 .Sh CHAT SCRIPT
132 script defines the communications.
133 A script consists of one or more "expect-send" pairs of strings,
177 A very simple script might look like this:
187 For example, consider the following script:
191 This would be a better script than the simple one used earlier.
199 Comments can be embedded in the chat script.
221 It is often desirable to terminate the script should the modem fail to
223 The difficulty is that a script would not know
230 These "abort" strings may be specified in the script using the ABORT
232 It is written in the script as in the following example:
247 script is executed.
253 The script will then fail because it found a match to
263 script.
275 directive allows the script to send strings to the user
292 the script where you want to have 'ECHO OFF' but still let the user
312 the details of the script will remain hidden.
314 above script works, the user will see:
339 These "report" strings may be specified in the script using the
342 It is written in the script as in the following example:
353 of the script is executed.
384 script:
425 running the script (e.g., waiting for the incoming call and second
432 Here is a (simple) example script:
576 This indicates that the script
595 script correctly for the condition or that some unexpected event has
620 terminated the script.
633 script was taken from the ideas proposed