home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Magazine 37
/
cd-rommagazine37.iso
/
partners
/
club
/
win95
/
disk5
/
isp1.scp
< prev
next >
Wrap
Text File
|
1998-05-14
|
318b
|
15 lines
; C:\NETSCAPE\DIALER\ISP1.SCP
proc main
transmit "^M"
transmit "^M"
waitfor "er?",matchcase until 20
transmit "clubint^M"
waitfor "ogin:",matchcase until 20
transmit $USERID
transmit "^M"
waitfor "ssword:",matchcase until 20
transmit $PASSWORD
transmit "^M"
waitfor "Entering",matchcase until 20
endproc