home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Rat's Nest 2
/
ratsnest2.iso
/
windows
/
win32b
/
telecomm
/
nt32420.exe
/
unix2.tx_
/
unix2.tx
Wrap
Text File
|
1995-10-27
|
187b
|
8 lines
# Script to request both USERID and PASSWORD interactiverly
expect 10 "login:"
username "Enter userid"
output "^U^M"
expect 10 "Password:"
password "Enter password"
output "^P^M"