readme
来自「很不错的tcl编程实例」· 代码 · 共 28 行
TXT
28 行
#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.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?