[ Home | Contents | Post | Reply | Next | Previous | Up ]
From: Brian Matthew Kessler
T1: Brian.Kessler@juno.com
Date: 11/22/98
Time: 7:41:56 PM
Remote Name: 207.172.205.5
The evaluation period on ZOC having expired, and sick of being nagged about it, I decided to hunt for a different TelNet client and found my way back to NetTerm. On second glance, I was much happier with the program and I figured out how to set up a logon script for calling Alpha (or virtually anywhere). You can use this script by cutting the following lines, pasting it into a text editor, saving it with the filename of your choice in your Netterm directory, and then entering that file name in your NetTerm phonebook. Don't forget to fill in your own name and password.:
#---- Cut here ----# # Script to Login to Alpha.Montclair.Edu count 5 loop: if !count hangup display "^M^JAborting Script, Maximum count exceeded^M^J" abort endif expect 10 "Username:" if !expect hangup redial goto loop endif output "your_username^M" expect 15 "Password:" output "your_password^M" expect 15 "$" output "mail^Mread^M"