| 84703 packages online |
|
|
| | | | No screenshot available |
|
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
*****************************************************************
|
Contents of comm/tcp/AbDial.lha PERMSSN UID GID PACKED SIZE RATIO CRC STAMP NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic] 750 1627 46.1% -lh5- 9625 Dec 6 1996 AbDial.readme
[generic] 4308 15294 28.2% -lh5- b49e Dec 6 1996 abdial.rexx
[generic] 12361 17100 72.3% -lh5- bf60 Apr 19 1996 libs/arp.library
[generic] 25871 48904 52.9% -lh5- 5851 Apr 20 1994 libs/rexxarplib.library
[generic] 1429 2412 59.2% -lh5- f38a Mar 24 1993 libs/rexxserdev.library
[generic] 1940 2524 76.9% -lh5- 8c12 Apr 19 1996 libs/rexxsupport.library
[generic] 392 869 45.1% -lh5- 265f Dec 6 1996 login.scr
[generic] 307 699 43.9% -lh5- 7f72 Aug 11 1996 logout.scr
---------- ----------- ------- ------- ------ ---------- ------------ -------------
Total 8 files 47358 89429 53.0% Dec 7 1996
|
|
|
|
Aminet © 1992-2024 Urban
Müller and
the Aminet team.
Aminet contact address: <aminetaminet net> |