home *** CD-ROM | disk | FTP | other *** search
- @ Dial.scp (28-Dec-94)
- @ Dial into a SLIP account.
- @ IanSmith@psu.edu (Ian M. Smith)
- @
- @ The script below will need to be edited to fit your specific
- @ dialup system.
-
-
- parity 8N1
- baud 57600
-
- send "ATZ*R" @ Initalize modem
- wait "ok"
- send "AT&D0" @ This disables DTR
- wait "ok"
-
- send "ATDT???-????*R" @ Insert phone number here
- wait "login:"
- send "*R" @ Insert username here
- wait "Password:"
- send "*R" @ Insert password here
- wait "choice:" @ Change these
- send "slip*R" @ as needed
- capture "AmiTCP:Slip.Data"
- wait "Gateway"
- delay 1
- capture OFF
- SERialdevice NONE
- @AmiTCP:Online.Rexx @ Call the Online.Rexx script
- delay 10
- exit VLT
-