home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
procomm
/
apcp37.arc
/
NYNYO.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 "NYNYO ║ "
strcat s1 s4
strcat s1 " ║ New York, NY 212 718 ║ "
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 "249-9416"
strcpy s5 "Kashmir "
gosub dial
endif
find s0 "B"
if found
strcpy s4 "340-9666"
strcpy s5 "The Machine "
gosub dial
endif
find s0 "C"
if found
strcpy s4 "348-2049"
strcpy s5 "PC-Serve "
gosub dial
endif
find s0 "D"
if found
strcpy s4 "431-1194"
strcpy s5 "The Invention Factory "
gosub dial
endif
find s0 "E"
if found
strcpy s4 "432-7288"
strcpy s5 "Manhattan South "
gosub dial
endif
find s0 "F"
if found
strcpy s4 "696-0360"
strcpy s5 "PC Magazine "
gosub dial
endif
find s0 "G"
if found
strcpy s4 "826-8827"
strcpy s5 "Textbase BBS "
gosub dial
endif
find s0 "H"
if found
strcpy s4 "874-6319"
strcpy s5 "Wolves Den "
gosub dial
endif
find s0 "I"
if found
strcpy s4 "376-7089"
strcpy s5 "Medical BBS -- NYU "
gosub dial
endif
find s0 "J"
if found
strcpy s4 "496-7946"
strcpy s5 "Data Com "
gosub dial
endif
find s0 "K"
if found
strcpy s4 "781-4723"
strcpy s5 "Friend's "
gosub dial
endif
find s0 "L"
if found
strcpy s4 "532-2278"
strcpy s5 "Cuss-Human "
gosub dial
endif
find s0 "M"
if found
strcpy s4 "757-3387"
strcpy s5 "Metro CPU "
gosub dial
endif
find s0 "N"
if found
strcpy s4 "269-4879"
strcpy s5 "FIDO New York Headquarters "
gosub dial
endif
find s0 "O"
if found
strcpy s4 "285-8860"
strcpy s5 "New York University "
gosub dial
endif
find s0 "P"
if found
strcpy s4 "269-3023"
strcpy s5 "Emergency Medical Care "
gosub dial
endif
find s0 "Q"
if found
strcpy s4 "431-1273"
strcpy s5 "CompuGuide "
gosub dial
endif
find s0 "R"
if found
strcpy s4 "512-2186"
strcpy s5 "Electric Bookshelf "
gosub dial
endif
find s0 "S"
if found
strcpy s4 "581-8251"
strcpy s5 "Not Just a BBS "
gosub dial
endif
find s0 "T"
if found
strcpy s4 "662-7171"
strcpy s5 "American Psy Info Exchange "
gosub dial
endif
find s0 "U"
if found
strcpy s4 "747-0660"
strcpy s5 "CitiBank Direct Access "
gosub dial
endif
find s0 "V"
if found
strcpy s4 "818-7842"
strcpy s5 "PC Manhattan "
gosub dial
endif
find s0 "W"
if found
strcpy s4 "882-0547"
strcpy s5 "Board of Education "
gosub dial
endif
find s0 "X"
if found
strcpy s4 "769-4799"
strcpy s5 "Hi-Tech BBS (PC-Pursuit) "
gosub dial
endif
find s0 "Y"
if found
strcpy s4 " "
strcpy s5 " "
gosub dial
endif
find s0 "Z"
if found
strcpy s4 " "
strcpy s5 " "
gosub dial
endif
find s0 "0"
if found
strcpy s4 " "
strcpy s5 " "
gosub dial
endif
find s0 "1"
if found
strcpy s4 " "
strcpy s5 " "
gosub dial
endif
find s0 "2"
if found
strcpy s4 " "
strcpy s5 " "
gosub dial
endif
find s0 "3"
if found
strcpy s4 " "
strcpy s5 " "
gosub dial
endif
find s0 "4"
if found
strcpy s4 " "
strcpy s5 " "
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 Kashmir ................ 249-9416"
atsay 02 02 07 "B The Machine ............ 340-9666"
atsay 03 02 07 "C PC-Serve ............... 348-2049"
atsay 04 02 07 "D The Invention Factory .. 431-1194"
atsay 05 02 07 "E Manhattan South ........ 432-7288"
atsay 06 02 07 "F PC Magazine ............ 696-0360"
atsay 07 02 07 "G Textbase BBS ........... 826-8827"
atsay 08 02 07 "H Wolves Den ............. 874-6319"
atsay 09 02 07 "I Medical BBS - NYU ...... 376-7089"
atsay 10 02 07 "J Data Com ............... 496-7946"
atsay 11 02 07 "K Friend's ............... 781-4723"
atsay 12 02 07 "L Cuss-Human ............. 532-2278"
atsay 13 02 07 "M Metro CPU .............. 757-3387"
atsay 14 02 07 "N FIDO New York HQ ....... 269-4879"
atsay 15 02 07 "O New York University .... 285-8860"
atsay 16 02 07 "P Emergency Medical Care . 269-3023"
atsay 17 02 07 "Q CompuGuide ............ 431-1273"
atsay 18 02 07 "R Electric Bookshelf ..... 512-2186"
atsay 19 02 07 "S Not Just A BBS ......... 581-8251"
atsay 20 02 07 "T Amer. Psychological Info 662-7171"
atsay 21 02 07 "U CitiBank Direct Access . 747-0660"
atsay 01 43 07 "V PC Manhattan ........... 818-7842"
atsay 02 43 07 "W Board of Education ..... 882-0547"
atsay 03 43 07 "X High Tech (PC-Pursuit) . 769-4799"
atsay 04 43 07 "Y ........................ ... ...."
atsay 05 43 07 "Z ........................ ... ...."
atsay 06 43 07 "0 ........................ ... ...."
atsay 07 43 07 "1 ........................ ... ...."
atsay 08 43 07 "2 ........................ ... ...."
atsay 09 43 07 "3 ........................ ... ...."
atsay 10 43 07 "4 ........................ ... ...."
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