home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1995 February
/
SOFM_Feb1995.bin
/
pc
/
os2
/
zoc
/
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"