home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 3.7
/
1997-10_Disc_3.7.iso
/
mspring
/
install
/
32bit
/
disk1.z
/
MSpring.scp
< prev
next >
Wrap
Text File
|
1995-11-28
|
313b
|
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