home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 1997 January
/
PCWELTSPEZIAL.ISO
/
PROGRAMM
/
INTERNET
/
NT32323.EXE
/
unix.tx_
/
unix.tx
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-10-26
|
187 b
|
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"