home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d4xx
/
d410
/
vlt.lha
/
Vlt
/
rexx
/
DialBix2.scp
< prev
next >
Wrap
Text File
|
1990-11-24
|
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