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