Go to file
frese 7606bdca71 - rewrote expect with a functional interface expect* 2004-08-04 20:31:20 +00:00
doc - added description for 'eof' clause of interact 2004-07-20 15:37:43 +00:00
examples - using scsh's tty functions 2004-07-28 15:05:37 +00:00
scheme - rewrote expect with a functional interface expect* 2004-08-04 20:31:20 +00:00
.gitignore *** empty log message *** 2004-07-15 17:34:49 +00:00
AUTHORS completed administrative files 2004-07-20 13:46:45 +00:00
COPYING completed administrative files 2004-07-20 13:46:45 +00:00
INSTALL completed administrative files 2004-07-20 13:46:45 +00:00
README completed administrative files 2004-07-20 13:46:45 +00:00
pkg-def.scm *** empty log message *** 2004-07-15 17:34:49 +00:00

README

                           scsh-expect v0.1

* What is scsh-expect?

  Scsh-expect is a package for scsh, the Scheme shell that provides
  the user with functions and macros similar to the Tcl/Tk extension
  Expect. That includes the scripted "talk" with interactive programs,
  and thus allows automating the interaction with programs that have
  no or poor support for automation.

* How to install?

  See the file INSTALL for installation instructions.

* How to use?

  Look at the contents of the doc/ directory for a description of the
  interfaces.