;*************************** AMUS Program Label ******************************
; Filename: AMUS.TLK Date: 08/02/91
; Category: UTIL Hash Code: XXX-XXX-XXX-XXX Version: 3.3(100)
; Initials: ULTR/US Name: DAVID PALLMANN
; Company: ULTRASOFT CORPORATION Telephone #: 5163484848
; Related Files:
; Min. Op. Sys.: AMOSL 1.3B/AMOS32 1.0 Expertise Level: INT
; Special:
; Description: Script file to dial into AMUS network - for TALKTO 3.x
;*****************************************************************************
;
; Script file to dial into Alpha Micro User Society (AMUS) network
;
; Before using this script file, modify it as follows:
;
; 1. Change the TELSET line, if your modem is not named MODEM, to
; select the proper port name.
;
; 2. Change the terminal driver to match the type of terminal you are
; using. Default in this script file is "AM65".
;
; 3. Change the login ID and PASSWORD to match the network id and
; password that the AMUS office has assigned to you. The default
; id and password in this script are dummies that will not work.
;select port and set communications options
LABEL SELECT
TELSET MODEM/HAY/L
EMULATE NONE
;dial one of the AMUS modems
LABEL DIAL
DIAL T-1-303-678-7066
IF $ JUMP ONLINE.FAST
MESSAGE Line #1 is busy, trying line #2
DIAL T-1-303-678-8770
IF $ JUMP ONLINE.SLOW
MESSAGE Line #2 is busy, tring line #3
DIAL T-1-303-678-8847
IF $ JUMP ONLINE.SLOW
MESSAGE Line #3, is busy trying line #4
DIAL T-1-303-678-8941
IF $ JUMP ONLINE.SLOW
;come here when we failed to connect to any modems
LABEL NO.CONNECT
ALARM
MESSAGE
Unable to connect to AMUS