TELNET批处理工具

时间:2011-12-25 17:36:49
【文件属性】:

文件名称:TELNET批处理工具

文件大小:190KB

文件格式:ZIP

更新时间:2011-12-25 17:36:49

telnet,自动登陆

Usage Syntax: tst10.exe /r:script.txt [options] /r:script.txt run script.txt [options] any of these: /o:output.txt send session output to output.txt /m run script in minimized window Usage Example: tst10.exe /r:script.txt /o:output.txt /m Scripting Syntax: HOSTNAME PORT port number optional, default: 23 WAIT "string" string to wait for SEND "string" string to send \" represents the a quote character \m represents a \\ represents the backslash character Scripting Example: hostname.com 23 WAIT "login" SEND "root\m" WAIT "password" SEND "mypassword\m" WAIT ">" SEND "dip internet.dip\m" WAIT ">" Scripting Note: You can start with either WAIT or SEND commands, but you *must* alternate them. ie: you can't use two or more WAIT or SEND in a row. Note: TST will disconnect and close as soon as its done with the last entry of the script. If you need to, you can type in the terminal window while the script is running.


【文件预览】:
TST10.txt
TST10.exe

网友评论

  • 挺好的,对我帮助很大
  • 非常好的工具,对我帮助非常大,节约了大量时间。
  • telnet 的批处理工具很好, 实际对项目开发帮助很大