; ------------------------------------------------------- ; EO login script for the Windows95 dialer. ; Created by Europe Online S.A. ; ; ======================================================= ; Please DO NOT use this script to create a new account ! ; ======================================================= ; ; Use the following information to configure the dialer : ; ------------------------------------------------------- ; Server type settings ; IP header compression : OFF ; Type of dial-up server : PPP ; ---------------------------- ; Advanced Options ; ---------------------------- ; Log on to network : ON ; Enable software compression : ON ; Require encryped password : OFF ; ---------------------------- ; Allowed network protocols ; ---------------------------- ; NetBEUI : OFF ; IPX/SPX Compatible : OFF ; TCP/IP : ON ; ---------------------------- ; TCP/IP settings ; ---------------------------- ; Server assigned IP address ; Specify name server addresses : ; Primary DNS : 194.177.56.22 ; Secondary DNS : 193.93.51.8 ; Use IP header compression : OFF ; Use default gateway on remote network : ON ; ------------------------------------------------------- ; ; The script starts here ; proc main transmit ".^M" waitfor "DATEX" transmit "R 45040450005^M" waitfor "sername" transmit $USERID transmit "^M" delay 2 waitfor "assword" transmit $PASSWORD transmit "^M" endproc ; ; End of this script ; -------------------------------------------------------