.temp_opt
上传用户:duobangkj
上传日期:2007-01-07
资源大小:70k
文件大小:0k
源码类别:

Telnet客户端

开发平台:

Unix_Linux

  1. # .temp_opt  set CIS options for auto-scripts.
  2. capture "off"
  3. transmit "opt;"
  4. transmit "1;1;" # Forum first
  5. transmit "2;3;" # command mode
  6. transmit "3;N;" # never stop
  7. transmit "6;2;" # editor
  8. transmit "9;N;" # no info. on replies
  9. transmit "10;N;"  # no waiting messages
  10. transmit "11;N;" # no skip own messages
  11. transmit "5^M"
  12. waitfor "prompt: "
  13. transmit "^H^M" # set prompt to Ctrl-H
  14. waitfor "choice !"
  15. transmit "T^MS^M" # [T]op ; [S]ession
  16. capture "on"