home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d4xx
/
d410
/
vlt.lha
/
Vlt
/
rexx
/
DialBix.scp
< prev
next >
Wrap
Text File
|
1990-11-24
|
501b
|
33 lines
# DialBix.scp
#
# This is a sample script to dial BIX through tymnet. Fill in the
# right parameters...
#
screengadgets off
lines 40
parity none
echo on
send "ATDT --- ----*R" # Put phone number here
wait "~"
emit "a"
send "a"
on "Name" goto rest
loop:
wait "in:"
delay 2
send "*X08bix*R" # *X08 -> set tymnet up for local echo.
emit "*X08bix*R"
goto loop
rest:
send "---------*R" # Your account name
emit "---------*R"
beep
exit quiet # You'll have to type your password yourself.