Hi Carlos > Is it possible use expect in websh, I don't do that.
Sure you can use expect with Websh. Websh is just Tcl + some web functionality: So whatever you can use with Tcl, you can use with Websh. > I use this code: > exec expect file > but doesn't work. What do you try to accomplish? > websh3.6.0b3 % exec expect file couldn't read file "file": no such file or directory % That's about what I'd expect ;-) No, seriously: I assume you have a command file that is supposed to do something. Does it work on the command line? What does the exec in Websh return? Is an error thrown? Regards Ronnie -- Ronnie Brunner | [EMAIL PROTECTED] phone +41 (0)44 247 79 79 | fax +41 (0)44 247 70 75 Netcetera AG | 8040 Zürich | Switzerland | http://netcetera.ch --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
