On Sat, 2005-09-17 at 08:13 +1000, [EMAIL PROTECTED] wrote: > Does anyone have any suggestions to a program that might be able to do this > with > a script? It must including branching, send this if get that then, else, and > timeout I.E send command, if no response within X seconds then send something > else or hangup.
expect! http://expect.nist.gov/ It's kind of like chat on steroids. Should be able to handle everything you need, if you can figure out the somewhat terse documentation. -- Pete -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
