On Sun, Mar 30, 2008 at 12:34:40PM -0700, [EMAIL PROTECTED] wrote:
I want to talk to a program (math app) from another app. Some have done this with Expect. I've never used Expect but is this the best way to make 2 apps talk to each other?
Expect is most useful to drive a text-based application that was written to be human controlled. Many applications have better interfaces for automated control. So, without knowing more about the target application, it's hard to say. David -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
