home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
procomm
/
apcp37.arc
/
ILCHI.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 "ILCHI ║ "
strcat s1 s4
strcat s1 " ║ Chicago, IL 312 815 ║ "
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 "374-5772"
strcpy s5 "Epson "
gosub dial
endif
find s0 "B"
if found
strcpy s4 "490-9206"
strcpy s5 "DEC Rainbow "
gosub dial
endif
find s0 "C"
if found
strcpy s4 "251-7561"
strcpy s5 "RIMS "
gosub dial
endif
find s0 "D"
if found
strcpy s4 "351-6702"
strcpy s5 "The Grand Stand "
gosub dial
endif
find s0 "E"
if found
strcpy s4 "383-3144"
strcpy s5 "PMC Store "
gosub dial
endif
find s0 "F"
if found
strcpy s4 "872-8086"
strcpy s5 "Lakes Region BBS "
gosub dial
endif
find s0 "G"
if found
strcpy s4 "882-4227"
strcpy s5 "IBBS Superboard "
gosub dial
endif
find s0 "H"
if found
strcpy s4 "942-0706"
strcpy s5 "Chicago Computer Society "
gosub dial
endif
find s0 "I"
if found
strcpy s4 "972-0628"
strcpy s5 "Bolingbrook "
gosub dial
endif
find s0 "J"
if found
strcpy s4 "674-1638"
strcpy s5 "William Knopp, Sysop "
gosub dial
endif
find s0 "K"
if found
strcpy s4 "788-1264"
strcpy s5 "Mike Jacobs, Sysop "
gosub dial
endif
find s0 "L"
if found
strcpy s4 "232-1250"
strcpy s5 "Windmill "
gosub dial
endif
find s0 "M"
if found
strcpy s4 "357-3484"
strcpy s5 "Termination Point RBBS "
gosub dial
endif
find s0 "N"
if found
strcpy s4 "448-8290"
strcpy s5 "Lode Data Systems "
gosub dial
endif
find s0 "O"
if found
strcpy s4 "661-0394"
strcpy s5 "The Grinch Tech BBS "
gosub dial
endif
find s0 "P"
if found
strcpy s4 "679-2650"
strcpy s5 "Norcomm RBBS "
gosub dial
endif
find s0 "Q"
if found
strcpy s4 "932-0896"
strcpy s5 "Statewide Micro "
gosub dial
endif
find s0 "R"
if found
strcpy s4 "940-6496"
strcpy s5 "Business-Pro "
gosub dial
endif
find s0 "S"
if found
strcpy s4 "745-8666"
strcpy s5 "Rainbow Computers "
gosub dial
endif
find s0 "T"
if found
strcpy s4 "662-4442"
strcpy s5 "Chicago Syslink "
gosub dial
endif
find s0 "U"
if found
strcpy s4 "276-4159"
strcpy s5 "Ye Olde Archives "
gosub dial
endif
find s0 "V"
if found
strcpy s4 "560-0559"
strcpy s5 "Download Express "
gosub dial
endif
find s0 "W"
if found
strcpy s4 "279-1053"
strcpy s5 "Automated Systems "
gosub dial
endif
find s0 "X"
if found
strcpy s4 "452-0333"
strcpy s5 "Computers Plus "
gosub dial
endif
find s0 "Y"
if found
strcpy s4 "752-7412"
strcpy s5 "Non-Profit Info Center "
gosub dial
endif
find s0 "Z"
if found
strcpy s4 "491-6995"
strcpy s5 "Word Processing "
gosub dial
endif
find s0 "0"
if found
strcpy s4 "729-2101"
strcpy s5 "Biz BBS "
gosub dial
endif
find s0 "1"
if found
strcpy s4 "863-4612"
strcpy s5 "National Public Computers "
gosub dial
endif
find s0 "2"
if found
strcpy s4 "882-4145"
strcpy s5 "PC Information Center "
gosub dial
endif
find s0 "3"
if found
strcpy s4 "724-8874"
strcpy s5 "Phydeaux Fido 615 "
gosub dial
endif
find s0 "4"
if found
strcpy s4 "759-5402"
strcpy s5 "Illini Data "
gosub dial
endif
find s0 "5"
if found
strcpy s4 "799-4434"
strcpy s5 "COLOSSUS "
gosub dial
endif
find s0 "6"
if found
strcpy s4 "974-3112"
strcpy s5 "Date-A-Base "
gosub dial
endif
find s0 "7"
if found
strcpy s4 "725-7586"
strcpy s5 "Software Exchange BBS "
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 Epson .................. 374-5772"
atsay 02 02 07 "B DEC Rainbow ............ 490-9206"
atsay 03 02 07 "C Risk and Insurance .... 251-7561"
atsay 04 02 07 "D The Grand Stand......... 351-6702"
atsay 05 02 07 "E PMC Store .............. 383-3144"
atsay 06 02 07 "F Lakes Region BBS ....... 872-8086"
atsay 07 02 07 "G IBBS SuperBoard ........ 882-4227"
atsay 08 02 07 "H Chicago Computer Soc ... 942-0706"
atsay 09 02 07 "I Bolingbrook ............ 972-0628"
atsay 10 02 07 "J William Knopp, Sysop ... 674-1638"
atsay 11 02 07 "K Mike Jacobs, Sysop ..... 788-1264"
atsay 12 02 07 "L Windmill ............... 232-1250"
atsay 13 02 07 "M Termination Point RBBS . 357-3484"
atsay 14 02 07 "N Lode Data Systems ...... 448-8290"
atsay 15 02 07 "O The Grinch Tech BBS .... 661-0394"
atsay 16 02 07 "Norcomm RBBS ............. 679-2650"
atsay 17 02 07 "R Business-Pro ........... 940-6496"
atsay 18 02 07 "Q Statewide Micro ........ 932-0896"
atsay 19 02 07 "S Rainbow Computers ...... 745-8666"
atsay 20 02 07 "T Chicago Syslink ........ 662-4442"
atsay 21 02 07 "U Ye Olde Archives ....... 276-4159"
atsay 01 43 07 "V Download Express ....... 560-0559"
atsay 02 43 07 "W Automated Systems ...... 279-1053"
atsay 03 43 07 "X Computers Plus ......... 452-0333"
atsay 04 43 07 "Y Non-Profit Info Center . 752-7412"
atsay 05 43 07 "Z Word Processing ........ 491-6995"
atsay 06 43 07 "0 Biz B.B.S. ............. 729-2101"
atsay 07 43 07 "1 National Public Comp ... 863-4612"
atsay 08 43 07 "2 PC Information Center .. 882-4145"
atsay 09 43 07 "3 Phydeaux Fido 615 ...... 724-8874"
atsay 10 43 07 "4 Illini Data ............ 759-5402"
atsay 11 43 07 "5 Colossus ............... 799-4434"
atsay 12 43 07 "6 Date-A-Base ............ 974-3112"
atsay 13 43 07 "7 Software Exchange BBS .. 725-7586"
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