Differences
This shows you the differences between the selected revisions of the page.
2009-09-24 | 2009-11-25 | ||
Restored revision 1246434192. Undoing revision 1253800676. (martin) (hidden) | no summary (64.46.248.203) (hidden) | ||
Line 9: | Line 9: | ||
===== Commands ===== | ===== Commands ===== | ||
- | To automate operation, you need to find out [[script_commands|commands]] necessary to implement it. For simple operations you need at least to: | + | To automate operation, you need to find the [[script_commands|commands]] necessary to implement it. For simple operations, at a minimum you need 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. |