|
Automating regular manual procedures
Do you want to automate a process that you normally run manually? If the process runs from a terminal window (or can be, even if you normally use a GUI), then have a look at Expect. With Expect, you spawn the process you want to automate, then programatically send inputs to it and expect responses. Very neat, very clever.
Expect is an extension of the Tcl language which gives you full capabilities of processing the results that you get back from the automated process, making conditional decisions and running loops based on the results returned.
If you want to run Expect through a GUI, you can do so using the Tk extension to Tcl, and if you want to run it via a Web interface, that's very practical too as you can run Tcl and Expect from your web server.
(written 2005-04-21 07:06:04)
Associated topics are indexed under T211 - Tcl/Tk - What is Expect? Why use it?
Some other Articles
Object Orientation in Tcl - [incr-Tcl]MP for Devizes, WiltshireColour blindness for web developersChecking that all our servers are up and accessibleAutomating regular manual proceduresWhat career opportunities for web designersThe Iconish languageNatural or man-made?Short weekendWhat they are saying about our OF COURSE newsletter
|
2259 posts, page by page
Link to page ... 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46 at 50 posts per page
This is a page archived from The Horse's Mouth at
http://www.wellho.net/horse/ -
the diary and writings of Graham Ellis.
Every attempt was made to provide current information at the time the
page was written, but things do move forward in our business - new software
releases, price changes, new techniques. Please check back via
our main site for current courses,
prices, versions, etc - any mention of a price in "The Horse's Mouth"
cannot be taken as an offer to supply at that price.
Link to Ezine home page (for reading).
Link to Blogging home page (to add comments).
|
|