home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-Online 1997 March
/
PCOnline_03_1997.iso
/
filesbbs
/
os2
/
zoc.arj
/
INSTALL.FIL
/
SCRIPT
/
CALLZOC
next >
Wrap
Text File
|
1994-10-05
|
386b
|
20 lines
// This script tries to connect to the ZOC infobbs
// in Germany.
ask "What is your international dial prefix?" "011"
compa "%lastline%" with "##CANCEL##"
ifequ goto end
seta nr "%lastline% 49 911 9933662"
request "Agree to call %nr%?" "Yes" "No"
compa "%lastline%" with "Yes"
ifnequ goto end
timeout 90
dial "%nr%"
wait "Name"
send "ZOC^M"
:end
writeln "Done"