Windows 95 DialUp Networking Script for use on Surfari.Net
; This is a Script for using with Windows 95
; Dialup Networking and Surfari.Net
; Posted 8/17/96
;
;
; Starting point of the script
;
proc main
;
; Login prompt, uses the name you have set
; in the "user name" window.
; I prefer to "hard code" the name into the
; script, as there are no mistakes.
; Remember to put *your* username in the spot below.
;
waitfor "Login:"
transmit "username^M"
;
; Password prompt, same conditions as
; stated above for the user name
;
waitfor "Password:"
transmit "password^M"
;
; It's as simple as that for use with Windows 95!
; Good Luck!!
;