登录 注册
当前位置:主页 > 资源下载 > 17 > TELNET批量处理工具

TELNET批量处理工具

  • 更新:2024-06-21 10:26:26
  • 大小:190KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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.