Index of cookbook/code/ch10/

Name                   Last modified     Size  Description

Parent Directory 26-Apr-96 11:38 - blt.tcl 26-Feb-96 12:49 1K features.tcl 26-Feb-96 12:49 6K ftp.tcl 26-Feb-96 12:49 1K

#AGOCG Tcl/Tk Cookbook
#Using Expect & BLT
#Authors Lakshmi & Venkat Sastry


This directory contains Tcl source files for running a simple example of
Expect (ftp.tcl) and the BLT graph widget. You will need to have the 
extended (super) "stcl" to run these examples.

It is assumed that the executable "stcl" is in the directory ../ch9. If
you are running it from elsewhere, provide the appropriate pathname to it
by including 

#!/path/to/stcl 

to call stcl from the script files.

ftp.tcl has to be edited to include the correct address of the ftp server
you wish to access as well as email address for loggin as an
anonymous account.

You can invoke "stcl" and at the "stcl" prompt, source either ftp.tcl or
 blt.tcl as you choose.

The features.tcl belongs to the BLT source distribution and all copyright
belong to the author of that script.