Short:    Nice graphical dialer for use with AmiTCP
Author:   markie@dds.nl
Uploader: markie@dds.nl
Type:     comm/tcp

This arexx script is used to dial a provider for connecting
to the internet. It has a nice graphics interface and uses
simple configuration files. Can be used for slip (dynamic ip)
and ppp connections.

This program is giftware; if you like it and use it you should
send the author a gift. ( ZIP drive / JAZZ drive / 060 / etc. ;-)

For a multi provider solution for amitcp see 'AbStartTCP' in
comm/tcp.

*****************************************************************

Example configuration file, the resulting ip-address of your
amiga will be in $AbcsIp afwards. Use 'startnet $AbcsIp' !

// serbaud <baudrate>    : Set serial baudrate (default 57600)
// serdevice <device>    : Set serial device (default serial.device)
// setopt <options>      : Set serial options (default 8N1)
// init <str>            : Send modem init string
// flush                 : Flush internal serial buffer
// dial <name> <number>  : Dial
// delay <secs>          : Wait <secs> seconds
// wait <secs> <data>    : Wait <secs> seconds for <data> to be received
// getip <envvar> <data> : Get IP-num after <data> from receive buffer to <envvar>
// send <data>           : Send <data> to port with <cr><lf> appended.
// send2 <data>          : Send <data> to port.
// hangup                : Hangup line

init atz
init atl0&d0
dial vpro 960-256096
wait 10 login:
send gast
wait 10 Password:
send gast
wait 10 (S)lip
send s
wait 10 Your IP address
getip AbcsIP

*****************************************************************


============================= Archive contents =============================

Original  Packed Ratio    Date     Time    Name
-------- ------- ----- --------- --------  -------------
    1627     750 53.9% 06-Dec-96 12:36:20  AbDial.readme
   15294    4308 71.8% 06-Dec-96 12:18:06  abdial.rexx
   17100   12361 27.7% 19-Apr-96 23:04:34 +arp.library
   48904   25871 47.0% 20-Apr-94 00:20:50 +rexxarplib.library
    2412    1429 40.7% 24-Mar-93 08:45:42 +rexxserdev.library
    2524    1940 23.1% 19-Apr-96 23:04:38 +rexxsupport.library
     869     392 54.8% 06-Dec-96 12:29:26  login.scr
     699     307 56.0% 11-Aug-96 21:21:28  logout.scr
-------- ------- ----- --------- --------
   89429   47358 47.0% 07-Dec-96 03:21:06   8 files
