home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
procomm
/
apcp37.arc
/
CALAN.ASP
< prev
next >
Wrap
Text File
|
1988-03-18
|
8KB
|
383 lines
goto init
dial:
strcmp s4 " "
if success
return
endif
isfile s4
if success
return
endif
clear
box 00 00 02 79 07
strcpy s1 "CALAN ║ "
strcat s1 s4
strcat s1 " ║ Los Angles, CA 213 ║ "
strcat s1 s5
atsay 01 02 07 s1
locate 05 00
transmit "I^m"
pause 1
transmit "ATZ^m"
waitfor "OK"
transmit "^E^m"
waitfor "READY"
transmit "D"
transmit S4
transmit "^m"
rget s1
rget s1 80 40
rget s1 40 40
rget s1 40 40
mess:
find s1 "BUSY"
if found
strcpy s9 "M"
return
endif
find s1 "ANSWER TONE"
if found
set parity none
set databits 8
clear
log open s4
alarm 2
exit
endif
find s1 "RINGING"
if found
rget s1
find s1 "RINGING"
if not found
goto mess
else
log open s4
message "APCP: No answer - still ringing"
log close
transmit "^C^D^C"
endif
else
endif
return
top:
find s0 "A"
if found
strcpy s4 "376-9567"
strcpy s5 "Rainbow "
gosub dial
endif
find s0 "B"
if found
strcpy s4 "644-1963"
strcpy s5 "Rainbow FIDO "
gosub dial
endif
find s0 "C"
if found
strcpy s4 "471-2518"
strcpy s5 "Crest BBS "
gosub dial
endif
find s0 "D"
if found
strcpy s4 "379-8817"
strcpy s5 "Science Fiction BBS "
gosub dial
endif
find s0 "E"
if found
strcpy s4 "459-6480"
strcpy s5 "RBBS of Pacific Palisades "
gosub dial
endif
find s0 "F"
if found
strcpy s4 "660-1306"
strcpy s5 "DOS "
gosub dial
endif
find s0 "G"
if found
strcpy s4 "874-9484"
strcpy s5 "AT "
gosub dial
endif
find s0 "H"
if found
strcpy s4 "633-6343"
strcpy s5 "Manna Tech (Pursuit) "
gosub dial
endif
find s0 "I"
if found
strcpy s4 "257-7327"
strcpy s5 "RLW Downloading "
gosub dial
endif
find s0 "J"
if found
strcpy s4 "306-3530"
strcpy s5 "LMI Forth Board "
gosub dial
endif
find s0 "K"
if found
strcpy s4 "320-0222"
strcpy s5 "Compucenter "
gosub dial
endif
find s0 "L"
if found
strcpy s4 "367-0013"
strcpy s5 "Valley Computer Club "
gosub dial
endif
find s0 "M"
if found
strcpy s4 "375-1391"
strcpy s5 "Epson (PC World) "
gosub dial
endif
find s0 "N"
if found
strcpy s4 "376-7089"
strcpy s5 "South Bay PC BBS "
gosub dial
endif
find s0 "O"
if found
strcpy s4 "391-1351"
strcpy s5 "Micro Source "
gosub dial
endif
find s0 "P"
if found
strcpy s4 "393-7227"
strcpy s5 "Wargames RBBS "
gosub dial
endif
find s0 "Q"
if found
strcpy s4 "479-0964"
strcpy s5 "Sysop's BBS "
gosub dial
endif
find s0 "R"
if found
strcpy s4 "541-2503"
strcpy s5 "GFRN Data Exchange "
gosub dial
endif
find s0 "S"
if found
strcpy s4 "617-3599"
strcpy s5 "City of Los Angeles "
gosub dial
endif
find s0 "T"
if found
strcpy s4 "637-9229"
strcpy s5 "IBM_PC "
gosub dial
endif
find s0 "U"
if found
strcpy s4 "649-1489"
strcpy s5 "RBBS PC "
gosub dial
endif
find s0 "V"
if found
strcpy s4 "657-1799"
strcpy s5 "Computer Connection "
gosub dial
endif
find s0 "W"
if found
strcpy s4 "659-5334"
strcpy s5 "The Motherboard "
gosub dial
endif
find s0 "X"
if found
strcpy s4 "828-1331"
strcpy s5 "Santa Monica IBM 4331 "
gosub dial
endif
find s0 "Y"
if found
strcpy s4 "829-1487"
strcpy s5 "Santa Monica IBM PC "
gosub dial
endif
find s0 "Z"
if found
strcpy s4 "859-0894"
strcpy s5 "Net Works Computer World "
gosub dial
endif
find s0 "0"
if found
strcpy s4 "925-9255"
strcpy s5 "FBI ?? "
gosub dial
endif
find s0 "1"
if found
strcpy s4 "947-7095"
strcpy s5 "Observatory "
gosub dial
endif
find s0 "2"
if found
strcpy s4 "739-5056"
strcpy s5 "Picture?? BBS "
gosub dial
endif
find s0 "3"
if found
strcpy s4 "732-6935"
strcpy s5 "Digital Vision "
gosub dial
endif
find s0 "4"
if found
strcpy s4 "456-1121"
strcpy s5 "LA Public Domain LABBS "
gosub dial
endif
find s0 "5"
if found
strcpy s4 " "
strcpy s5 " "
gosub dial
endif
find s0 "6"
if found
strcpy s4 " "
strcpy s5 " "
gosub dial
endif
find s0 "7"
if found
strcpy s4 " "
strcpy s5 " "
gosub dial
endif
find s0 "8"
if found
strcpy s4 " "
strcpy s5 " "
gosub dial
endif
find s0 "9"
if found
strcpy s4 " "
strcpy s5 " "
gosub dial
endif
find s0 "@"
if found
strcpy s4 " "
strcpy s5 " "
gosub dial
endif
find s0 "#"
if found
strcpy s4 " "
strcpy s5 " "
gosub dial
endif
find s0 "$"
if found
strcpy s4 " "
strcpy s5 " "
gosub dial
endif
find s0 "%"
if found
strcpy s4 " "
strcpy s5 " "
gosub dial
endif
find s0 "&"
if found
strcpy s4 " "
strcpy s5 " "
gosub dial
endif
find s0 "*"
if found
strcpy s4 " "
strcpy s5 " "
gosub dial
endif
find s9 "M"
if found
strcpy s9 " "
goto top
endif
clear
box 00 00 02 79 07
atsay 01 02 07 "APCP: All numbers connected / didn't answer ... terminating ..."
locate 05 00
alarm 2
exit
init:
strcpy s9 " "
log close
clear
box 00 00 22 38 07
box 00 41 22 79 07
atsay 01 02 07 "A Rainbow ................ 376-9567"
atsay 02 02 07 "B Rainbow Fido ........... 644-1963"
atsay 03 02 07 "C Crest BBS .............. 471-2518"
atsay 04 02 07 "D Sci Fi ................. 379-8817"
atsay 05 02 07 "E RBBS of Pacific Palis .. 459-6480"
atsay 06 02 07 "F DOS .................... 660-1306"
atsay 07 02 07 "G AT ..................... 874-9484"
atsay 08 02 07 "H Manna Tech (Pursuit) ... 633-6343"
atsay 09 02 07 "I RLW Downloading ........ 257-7327"
atsay 10 02 07 "J LMI Forth Board ........ 306-3530"
atsay 11 02 07 "K Compucenter ............ 320-0222"
atsay 12 02 07 "L Valley Computer Club ... 367-0013"
atsay 13 02 07 "M Epson (PC=World) ....... 375-1391"
atsay 14 02 07 "N South Bay PC BBS ....... 376-7089"
atsay 15 02 07 "O Micro Source ........... 391-1351"
atsay 16 02 07 "P Wargames RBBS .......... 393-7227"
atsay 17 02 07 "Q Sysop's BBS ............ 479-0964"
atsay 18 02 07 "R GFRN Data Exchange .. .. 541-2503"
atsay 19 02 07 "S City of Los Angeles .... 617-3599"
atsay 20 02 07 "T IBM_PC ................. 637-9229"
atsay 21 02 07 "U RBBS PC ................ 649-1489"
atsay 01 43 07 "V Computer Connection .... 657-1799"
atsay 02 43 07 "W The Motherboard .... ... 659-5334"
atsay 03 43 07 "X Santa Monica IBM 4331 .. 828-1331"
atsay 04 43 07 "Y Santa Monica IBM PC .... 829-1487"
atsay 05 43 07 "Z Net Works Computer Wrl . 859-0894"
atsay 06 43 07 "0 FBI ?? ................. 925-9255"
atsay 07 43 07 "1 Observatory ............ 947-7095"
atsay 08 43 07 "2 Picture? BBS ........... 739-5056"
atsay 09 43 07 "3 Digital Vision ......... 732-6935"
atsay 10 43 07 "4 LA Public Domain LABBS . 456-1121"
atsay 11 43 07 "5 ........................ ... ...."
atsay 12 43 07 "6 ........................ ... ...."
atsay 13 43 07 "7 ........................ ... ...."
atsay 14 43 07 "8 ........................ ... ...."
atsay 15 43 07 "9 ........................ ... ...."
atsay 16 43 07 "@ ........................ ... ...."
atsay 17 43 07 "# ........................ ... ...."
atsay 18 43 07 "$ ........................ ... ...."
atsay 19 43 07 "% ........................ ... ...."
atsay 20 43 07 "& ........................ ... ...."
atsay 21 43 07 "* ........................ ... ...."
locate 23 00
get s0
goto top
return