Article Figure 1 Figure 2 Figure 3 Figure 4
Listing 1 dec2000.tar

Listing 1

C:\Program Files\Accessories\Sun_dialup-ppp.SCP:

; Windows DUN script for connectivity to client's sun solaris 2.5.1
; machines running aspppd
;
; 
proc main
;
;Wait for login prompt and transmit username
;
transmit "^M"
delay 1
waitfor "ogin:"
transmit $USERID
transmit "^M"
;
;Transmit Password
;
waitfor "assword:"
transmit $PASSWORD
transmit "^M"
;
delay 3
;set ipaddr getip
;end script
;
endproc