InterSLIP script for TIA on Netcom
Posted: March 27th, 1995, 11:00 am
Download: http://archive.info-mac.org/inet/conn/s ... netcom.hqx
This is a script written by Steve Michel for use with InterSLIP and TIA on
Netcom. Drop it in your Gateway Scripts folder in the InterSLIP folder
inside the Preferences folder, and relaunch InterSLIP before trying to
select it in the Gateway popup menu.
! 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
!
! InterSLIP gateway script for Morthwest Nexus
!
! 01-Nov-93: Increased all matchread statements to 500
!
@originate
note "Waiting for prompt"
matchclr
matchstr 1 1 "login:"
matchread 500
note "Gateway not responding!"
exit -1
!
@label 1
note "Sending user name"
write "^5\13"
matchclr
matchstr 1 2 "Password:"
matchread 500
note "Gateway not responding!"
This is a script written by Steve Michel for use with InterSLIP and TIA on
Netcom. Drop it in your Gateway Scripts folder in the InterSLIP folder
inside the Preferences folder, and relaunch InterSLIP before trying to
select it in the Gateway popup menu.
! 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
!
! InterSLIP gateway script for Morthwest Nexus
!
! 01-Nov-93: Increased all matchread statements to 500
!
@originate
note "Waiting for prompt"
matchclr
matchstr 1 1 "login:"
matchread 500
note "Gateway not responding!"
exit -1
!
@label 1
note "Sending user name"
write "^5\13"
matchclr
matchstr 1 2 "Password:"
matchread 500
note "Gateway not responding!"