Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. vsandilya

    embedding an expect in a tcl script to read the state of a modem

    Hello I have a very simple tcl script which embeds expect to spawn a telnet to a modem and read its state. Here it is #!/usr/bin/tclsh package require Expect set modem "192.168.13.31" proc state{arg} { if {arg == 1} { puts "modem will reboot" send...

Part and Inventory Search

Back
Top