博客首页
注册
建议与交流
排行榜
加入友情链接
推荐
投诉
搜索:
帮助
好好学习
bilbo.cublog.cn
管理博客
发表文章
留言
收藏夹
· Compiler
· Unix_Linux
博客圈
音乐
相册
文章
· AutoHotKey
· C/C++
· Caml
· Perl
· Tcl & Expect
· 其他编程语言
· Visual Language
· Compiler Engineering
· Embedded System
· FieldBus
· Networking
· Hardware Desing
· Safety System
· Unix_Linux
· Software Engineering
· GSM/GSM-R
· 技术幽默
· 读书时间
· Good Resource
· 关注社会
· 胡言乱语
首页
关于作者
姓名:你知道 职业:IT 年龄:每年大一岁 位置:地球 个性介绍:挺笨 Email: bilbo0214@163.com
||
<<
>>
||
我的分类
文章列表 - Tcl & Expect
(转)A Tcl/Tk and Expect Tutorial
<DIV><PRE><FONT color=#0000ff>ps:自己写总觉得底气不足,特别是读了《Exploring Expect》后,更觉得自己懂的太少。还是转一个别人写的expect tutorial吧。</FONT></PRE><PRE> Landmark Graphics Corporation World Wide Technology Conference Houston, Texas December 1, 1994 A Tcl/Tk and Expect Tutorial by: Will Morse BHP Petroleum Copyright 1994 Will Morse. Permission is given to freely copy and distribute this paper as long as there is no charge except real and actual mechanical copying costs and as long as this notice is kept with each copy so others may copy it as well. The opinions expressed are the author's own and do not necessarily reflect the opinions or policies of The Broken Hill Propriet……
查看全文
发表于:2008-06-02 ┆
阅读(279)
┆
评论(0)
Windows下的Expect
这段时间在学习Expect工具,因为对*nix系统不熟悉,所以都是在windows下搞。<br>首先遇到的问题就是Expect在windows下的程序。<br><br>Expect的主页上说从http://bmrc.berkeley.edu/ftp/pub/winnt/tcltk/expect/expect-5.21r1b1-setup.exe可以下载windows版本的程序,但是我试过多次,一个都没下载成功,提示文件已经不存在。经过几天google,最后终于找到了windows上两种使用Expect的方法。<br><br>方法一:安装ActiveTcl。我安装的是ActiveTcl8.4.15.0.280619-win32-ix86-threaded.exe,它自带了Expect,dll版本是5.43。这种方式下,你只能通过tcl的脚本来实现你想要的Expect功能,事实上为了使用Expect不得不安装一些你可能不需要的功能。<br><br>方法二:安装expect-5.21r1b1-setup.exe。这个文件我是从http://cit.wta.swin.edu.au/cit/subjects/CITP0021/lilydale/downloads/expect-5.21r1b1-setup.exe下载下来的。安装以后,将C:\Program Files\Expect-5.21\bin加入你的搜索路径后就可以在命令行下使用Expect。对于不需要完整的Tcl的功能的用户很适用,因为安装占用很少。
查看全文
发表于:2007-09-18 ┆
阅读(1030)
┆
评论(2)