Lines Matching full:script
9 .Nd automated conversational script with a modem
19 .Ar script
33 Echoing may also be turned on or off at specific points in the chat script
40 Read the chat script from the
43 .Ar script
87 An alternate reply may be sent or the script will fail if there
89 A failed script will cause the
97 Request that the chat script be executed in a
112 Request that the chat script be executed in a verbose mode.
115 program will then log the execution state of the chat script as well as all
126 .It Ar script
127 If the script is not specified in a file with the
129 option, then the script is included as parameters to the
133 .Sh CHAT SCRIPT
134 The chat script defines the communications.
136 A script consists of one or more
193 A very simple script might look like this:
202 For example, consider the following script:
206 This would be a better script than the simple one used earlier.
213 Comments can be embedded in the chat script.
239 It is often desirable to terminate the script should the modem fail to
241 The difficulty is that a script would not know exactly which modem string
250 strings may be specified in the script using the
253 It is written in the script as in the following example:
267 is received, the remainder of the script is executed.
271 The script will then fail because it found a match to the abort string.
276 Either string will terminate the chat script.
289 directive allows the script to send strings to the user
307 the script where you want to have 'ECHO OFF' but still let the user
328 strings to the user and all the details of the script will remain hidden.
329 For example, if the above script works, the user will see:
356 strings may be specified in the script using the
359 It is written in the script as in the following example:
369 is received, the remainder of the script is executed.
399 For instance, with the following script:
437 will continue running the script
442 Here is an example script:
571 This indicates that the script was executed without error to the normal
589 This may mean that you did not program the script correctly for the condition
615 terminated the script.
625 .\" The chat script was taken from the ideas proposed