home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
U.S. Robotics Connections 5
/
CONNECTIONS.iso
/
content
/
software
/
internet
/
mindspr
/
install
/
32bit
/
disk1.z
/
MSpring.scp
< prev
next >
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-11-28
|
313 b
|
19 lines
;This is a script for use with the Windows 95
;Dial-Up Scripting Tool.
proc main
;Wait for the login prompt to come from
;the terminal server
waitfor "ogin:"
transmit $USERID
transmit "^M"
; Enter the password
waitfor "word:"
transmit $PASSWORD
transmit "^M"
endproc