Go to file
frese 571e979360 - cleaned up expect-1* a bit
- fixed a bug in the expect and expect-action-clause macros
2004-08-31 10:16:54 +00:00
doc
examples
scheme - cleaned up expect-1* a bit 2004-08-31 10:16:54 +00:00
.gitignore
AUTHORS
COPYING
INSTALL
README
pkg-def.scm

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.