;login script file ;avenue.scp (name of this file) ;script file for monticello avenue connection proc main waitfor "Username:" transmit "*******^M" waitfor "Password:" transmit "*******^M" waitfor "cisco-ts1>" transmit "slip^M" waitfor "Your IP address is" set ipaddr getip endproc