home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
telecom
/
vlt_455
/
rexx
/
dialbix2.scp
< prev
next >
Wrap
Text File
|
1991-02-12
|
570b
|
23 lines
# DialBIX2.scp
#
# And another way to log on to BIX, using traps.
#
screeng off; lines 40; parity none; echo on
trap add (~) (send "a")
trap add (Name? ) (send "-------*R"; emit "-------*R")
trap add (in: ) (send "*X08bix*R"; emit "*X08bix*R")
#
# Some unnecessary foolishness to demo the schedule command
#
sched (delay 15; mess "Are we here yet?")
sched (delay 60; mess "We must be here now...")
send "ATDT-------*R" # Phone number goes here
#
# Wait for Password or else the above traps would expire.
#
wait (word: ); BEEP; exit quiet