Differences
This shows you the differences between the selected revisions of the page.
2009-11-25 | 2009-11-25 | ||
no summary (64.46.248.203) (hidden) | Restored revision 1253805708. Undoing revision 1259157964. (martin) (hidden) | ||
Line 9: | Line 9: | ||
===== Commands ===== | ===== Commands ===== | ||
- | To automate operation, you need to find the [[script_commands|commands]] necessary to implement it. For simple operations, at a minimum you need to: | + | To automate operation, you need to find out [[script_commands|commands]] necessary to implement it. For simple operations you need at least to: |
* Set script to be performed non-interactively. For most automation scripts, you should use commands ''[[script_commands#option|option batch on]]'' and ''[[script_commands#option|option confirm off]]''. | * Set script to be performed non-interactively. For most automation scripts, you should use commands ''[[script_commands#option|option batch on]]'' and ''[[script_commands#option|option confirm off]]''. | ||
* Open session using ''[[script_commands#open|open]]'' command. | * Open session using ''[[script_commands#open|open]]'' command. |