TCL扩展命令说明:
一、局部TCL命令
tsend :向终端窗口发送字符串
语法:tsend commandline [-r] [-s stringl [string2]] [-t timeout]
说明:commandline是件,以逗号隔开,注意:路径中的单斜杠"\"应
该以双斜杠"\\"表示,如:C:\\,d:\\test\\
举例:
tmail -s 00118932,zhaojinming-c 00118932 -t test -b "这是一个测试消息"-a "c:\\"
tmail -s "zhaojinming 36687/******@huawei, yuanwenbo 00118932/******@huawei " -c
00118932 -t 测试-b "这是一个测试消息"-a "c:\\,d:\\test\\"
TCL窗口快捷键:
F8:显示/隐含TCL调试输出窗口
F9:开始/停止执行脚本
F10:清空TCL脚本
二、全局TCL命令
tsend2 ?consolename ?commandline ??-r ??-s string1 [string2] ??-t timeout ??-nonewline
负责向指定终端发送命令字符串。并通过一些命令开关,控制发送时间延迟,获取终端返回 信息,并可以将返回信息放入变量。
consolename:打开的终端名字。
commandline:向终端发送的命令字符串。
-r:接收终端返回信息并作为命令返回值;
-s:指定返回的字符串1和字符串2,结尾出现这些字符串就命令结束;
-t:置定发送命令等待时间(毫秒);
-nonewline:不自动添加换行符 tsend3 ?consolename ??-r var ??-s list ??-t timeout ?commandline ??-nonewline
负责向指定终端发送命令字符串。并通过一些命令开关,控制发送时间延迟,获取终端返回 信息,并可以将返回信息放入变量。
consolename:打开的终端名字。
commandline:向终端发送的命令字符串。
-r:接收终端返回信息放入变量var中;
-s:指定返回的字符串list,list参数是一个列表,结尾出现这些字符串就命令结束;
-t:置定发送命令等待时间(毫秒);
-nonewline:不自动添加换行符
fsend ?consolename ?filename ??mode
负责向指定终端窗口发送文件
consolename:打开的终端名字。
filename :向终端发送的文件路径和名称
mode:发送协议 1 为 xmodem, 9 为 ascii
topen ?consolename -6 ??-dos ??-ser port ?? -tel ip port ?? -ssh ip port ?? -sftp ip port ?? -ftp ip port ??-baud baud ??-data data ??-parity parity ??-flowctrl flowctrl ??-stop stop
打开一个临时
IPOP TCL扩展命令说明 来自淘豆网m.daumloan.com转载请标明出处.