Ronnie Brunner wrote:

>>I use this code:
>>exec expect file
>>but doesn't work.

One thing you might try, if your Tcl installation is up to it, is to
simply require Expect as a package:

package require Expect

... your code here ...

this approach requires a little more care that you don't make a mess
mixing up your expect code with your web code, but there are ways of
dealing with that.

-- 
David N. Welton
- http://www.dedasys.com/davidw/

Linux, Open Source Consulting
- http://www.dedasys.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to