ECHO ON
TIMEOUT 2000
REDIAL "BUSY"
ABORT "NO CARRIER", "NO DIALTONE"
SEND "ATZ1"
WAIT "OK"
SEND "ATL1S10=255"
WAIT "OK"
SEND "ATDT2387777"                   ;(1)
WAIT "CONNECT"
WAIT "ogin:"
SEND "USERID"                        ;(2)
WAIT "assword:"
SEND "PASSWORD"                      ;(3)
WAIT "MTU"
#
#(1) This contains the phone number of your Internet Provider.
#    Change the number after the ATDT ie if the telephone number you dial
#    is 01231 343 8432 then the line becomes SEND "ATDT012313438432"
#
#(2) This is your user id. ie if your email address is
#    mike@bevans.demon.co.uk, your user id is mike so change the line tp
#    SEND "mike". Make sure it is in the proper case.
#
#(3) This is your password, straight forward methinks !
#
#    ONCE FINISHED, PRESS ESC + X + ENTER TO SAVE AND QUIT
#
# The PPP program is set up for a 28,800 baud modem, if you have a
# 14,400 modem, change the 57600 to a 38400 in the ppp.config file
# located in ENVARC:SANA2/ see PPP.guide for more info.
#
# If you have problems with this part of the installation, (as I am not
# sure it works 99% perfect), ie it asks for NET1 to be un-write protected,
# after all this part of the installation is done, you can use your
# favourite text editor to check this file is set up correctly by
# finding this file in AmiTCP-4.0/PPP/Dialscript.
