Scr Minimal Dialing Script.Txt
Scr Minimal Dialing Script.Txt
Communication · info-mac
| Filename | scr-minimal-dialing-script.txt |
|---|---|
| Size | 1.2 KB (1181 bytes) |
| Downloads | 2 |
About
! Original script by Fred Morris ! Modifications and comments by Adam C. Engst ! 21-Feb-94 = Added redial feature (ACE)
@originate ! Initialize mode from string in InterSLIP configuration note "Initializing modem" write "^4\13" pause 20 ! Dial modem from number in InterSLIP configuration note "Dialing ^1" write "atdt^1\13" ! Check only for BUSY or CONNECT, then redial or connect matchstr 1 10 "BUSY" matchstr 2 20 "CONNECT" matchread 500
@label 10 ! The line is busy, so let's redial the modem indefinitely ! This will also redial after the (matchread 500) timeout if you get endless rings
File Info
This file is from the info-mac archive. You may need The Unarchiver or a classic Mac emulator to open it.