![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveHELP_REQ: (Expect)Process hangs after rlogin
From: Robert Langdon <anti@material.ch>
Date: Fri Jul 29 2005 - 22:49:00 CEST
Hello Everybody,
The purpose of the following script is to use one standard login
Any ideas?
Cheers,
R.
########### Begin script ###################################
#!/usr/bin/expect --
set vtypasswd bobsname
set router [lindex $argv 0]
array set RouterIP {
array set RouterName {
proc rtr_telnet { rtr_ip vtypasswd rtr_name en_pass } {
#exp_internal 1
|