home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / tcl / expect / README < prev    next >
Encoding:
Text File  |  1993-06-08  |  2.8 KB  |  81 lines

  1. This file describes publicly accessible files in the top-level Expect
  2. distribution directory.  "Z" files are compressed.  "gz" files are
  3. gzipped.  - Don Libes.
  4.  
  5. README
  6.     this file.
  7.  
  8. HISTORY
  9.     description of different versions of Expect.  This is included in the
  10.     Expect distribution itself, but is also made available separately so
  11.     that you can quickly find out if a new version of Expect is available
  12.     (that fixes the bug you reported) without downloading and unpacking
  13.     the whole thing.
  14.  
  15. alpha.shar.Z
  16.     link to alpha.tar.Z.  (I switched to using tar, but older documentation
  17.     still has this name.)
  18.  
  19. alpha.tar.Z
  20.     source to Expect (version 4 alpha).  Requires Tcl 6.7 (called
  21.     "alpha.tcl6.7.tar.Z" in this directory).
  22.  
  23. alpha.tcl6.7.tar.Z
  24.     Berkeley's Tool Command Language, version 6.7.  Required for
  25.     building "Expect" (version 4) in alpha.shar.Z in this directory.
  26.  
  27. alpha.tk3.2.tar.Z
  28.     Berkeley's Tk, version 3.2.  Sort of a "Tcl for Windows".  Very
  29.     slick!  Expect 4 compatible.  This archive includes Tcl.
  30.  
  31. expect.shar.{Z,gz}
  32.     source to Expect (version 3).  Requires Tcl 6 (called "tcl.tar.Z"
  33.     in this directory).
  34.  
  35. kibitz.ps.Z
  36.     "Kibitz - Connecting Multiple Interactive Programs Together",
  37.     Software - Practice & Experience, John Wiley & Sons, West
  38.     Sussex, England, Vol. 23, No. 5, May 1993.
  39.  
  40. old (directory)
  41.     source to Expect (version 2) and Tcl (version 3.3).
  42.  
  43. regress.ps.Z
  44.     "Regression Testing and Conformance Testing Interactive Programs",
  45.     Proceedings of the Summer 1992 USENIX Conference, San Antonio, CA,
  46.     June 8-12, 1992.
  47.  
  48. scripts (directory)
  49.     Expect scripts, including examples from papers and contributions from
  50.     you.  (To contribute, mail your shar'd script to libes@cme.nist.gov)
  51.  
  52. scripts.ps.Z
  53.     "Expect: Scripts for Controlling Interactive Programs", Computing
  54.     Systems, Vol. 4, No. 2, University of California Press Journals, 1991.
  55.     This paper is a comprehensive set of scripts.
  56.  
  57. seminal.ps.Z
  58.     "Expect: Curing Those Uncontrollable Fits of Interaction", Proceedings
  59.     of the Summer 1990 USENIX Conference, Anaheim, CA, June 11-15, 1990.
  60.     This paper describes implementation, philosophy, and design of Expect.
  61.  
  62. sysadm.ps.Z
  63.     "Using Expect to Automate System Administration Tasks", Proceedings of
  64.     the 1990 USENIX Large Systems Administration Conference (LISA) IV,
  65.     Colorado Springs, CO, October 17-19, 1990.  This paper provides
  66.     examples and discussion, specifically aimed at system adminstrators.
  67.  
  68. tcl-debug.ps
  69.     "A Debugger for Tcl Applications", Proceedings of the 1993 Tcl/Tk
  70.     Workshop, Berkeley, CA, June 10-11, 1993.  This paper describes how
  71.     to use the debugger and how to integrate it into other Tcl
  72.     applications.
  73.  
  74. tcl-debug.tar.{Z,gz}
  75.     A debugger for Tcl applications.  This includes the paper in
  76.     tcl-debug.ps.
  77.  
  78. tcl.tar.Z
  79.     Berkeley's Tool Command Language, version 6.4.  Required for
  80.     building "Expect" (version 3) in expect.shar.Z in this directory.
  81.