; ------------------------------------------------------- ; Registration script for the Windows95 dialer. ; Created by Europe Online S.A. ; ;======================================================== ; Use this script to create a new account only ! ; ( NOT for everyday use ) ;======================================================== ; ; Use the following URL to connect to the registration server : ; http://172.16.5.251/ ; ; If you can't reach it, make sure that the proxies are disabled for ; this IP address. ; ; 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 ; Server assigned name server addresses ; Use IP header compression : OFF ; Use default gateway on remote network : ON ; ------------------------------------------------------- ; ; The script starts here ; proc main transmit ".^M" waitfor "DATEX" transmit "R 45040440005^M" endproc ; ; End of this script ; -------------------------------------------------------