home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
427.lha
/
VLT_v4.846_&_Jr
/
rexx
/
DialBix.scp
< prev
next >
Wrap
Text File
|
1990-10-03
|
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.