home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
procomm
/
apcp37.arc
/
TXHOU.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 "TXHOU ║ "
strcat s1 s4
strcat s1 " ║ Houston, TX 713 ║ "
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 "664-0222"
strcpy s5 "The Last Stop "
gosub dial
endif
find s0 "B"
if found
strcpy s4 "392-4249"
strcpy s5 "Big Blue "
gosub dial
endif
find s0 "C"
if found
strcpy s4 "661-9040"
strcpy s5 "TBL COMM "
gosub dial
endif
find s0 "D"
if found
strcpy s4 "326-2999"
strcpy s5 "Yellow Rose "
gosub dial
endif
find s0 "E"
if found
strcpy s4 "978-3554"
strcpy s5 "Artichoke "
gosub dial
endif
find s0 "F"
if found
strcpy s4 "448-1406"
strcpy s5 "PC-Board "
gosub dial
endif
find s0 "G"
if found
strcpy s4 "481-0455"
strcpy s5 "The Last Resort BBS "
gosub dial
endif
find s0 "H"
if found
strcpy s4 "955-7564"
strcpy s5 "PC Eve "
gosub dial
endif
find s0 "I"
if found
strcpy s4 "999-6293"
strcpy s5 "Ramshackle "
gosub dial
endif
find s0 "J"
if found
strcpy s4 "488-7179"
strcpy s5 "PC Palace "
gosub dial
endif
find s0 "K"
if found
strcpy s4 "301-2258"
strcpy s5 "Archimede's Lever "
gosub dial
endif
find s0 "L"
if found
strcpy s4 "482-5526"
strcpy s5 "Seabrook BBS "
gosub dial
endif
find s0 "M"
if found
strcpy s4 "280-8711"
strcpy s5 "NASA Activities "
gosub dial
endif
find s0 "N"
if found
strcpy s4 "324-3416"
strcpy s5 "Big Boy's BBS "
gosub dial
endif
find s0 "O"
if found
strcpy s4 "333-2309"
strcpy s5 "Campus Link-Up "
gosub dial
endif
find s0 "P"
if found
strcpy s4 "433-6395"
strcpy s5 "CHUG BBS "
gosub dial
endif
find s0 "Q"
if found
strcpy s4 "479-5754"
strcpy s5 "Legion Microcomputer Exch "
gosub dial
endif
find s0 "R"
if found
strcpy s4 "484-0405"
strcpy s5 "Modemvation, Jr. "
gosub dial
endif
find s0 "S"
if found
strcpy s4 "484-8090"
strcpy s5 "Net Works SSPC "
gosub dial
endif
find s0 "T"
if found
strcpy s4 "523-7255"
strcpy s5 "Modula 2 "
gosub dial
endif
find s0 "U"
if found
strcpy s4 "583-0001"
strcpy s5 "NEC/Delta Computer "
gosub dial
endif
find s0 "V"
if found
strcpy s4 "583-1287"
strcpy s5 "RBBS HUG BBS "
gosub dial
endif
find s0 "W"
if found
strcpy s4 "630-0068"
strcpy s5 "Ram: Data Link "
gosub dial
endif
find s0 "X"
if found
strcpy s4 "682-4194"
strcpy s5 "Clone Master I "
gosub dial
endif
find s0 "Y"
if found
strcpy s4 "772-2090"
strcpy s5 "Programmer's Workshop "
gosub dial
endif
find s0 "Z"
if found
strcpy s4 "869-9142"
strcpy s5 "Heath User's Group "
gosub dial
endif
find s0 "0"
if found
strcpy s4 "890-0310"
strcpy s5 "Compaq Corporation "
gosub dial
endif
find s0 "1"
if found
strcpy s4 "937-7258"
strcpy s5 "After Hours Night Club "
gosub dial
endif
find s0 "2"
if found
strcpy s4 "955-8120"
strcpy s5 "PC Interconnection "
gosub dial
endif
find s0 "3"
if found
strcpy s4 "451-1421"
strcpy s5 "RTPM Tri-Houston RBBS "
gosub dial
endif
find s0 "4"
if found
strcpy s4 "523-5818"
strcpy s5 "HAL PC #1 "
gosub dial
endif
find s0 "5"
if found
strcpy s4 "583-7848"
strcpy s5 "Scoreboard "
gosub dial
endif
find s0 "6"
if found
strcpy s4 "694-3150"
strcpy s5 "SCS Hotline "
gosub dial
endif
find s0 "7"
if found
strcpy s4 "726-0106"
strcpy s5 "Technical BBS "
gosub dial
endif
find s0 "8"
if found
strcpy s4 "941-1059"
strcpy s5 "RTPM Epson Net "
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 "996-9452"
strcpy s5 "Texas Goldmine "
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 The Last Stop .......... 664-0222"
atsay 02 02 07 "B Big Blue ............... 392-4249"
atsay 03 02 07 "C TBL COMM ............... 661-9040"
atsay 04 02 07 "D Yellow Rose ............ 326-2999"
atsay 05 02 07 "E Artichoke .............. 978-3554"
atsay 06 02 07 "F PC-Board ............... 448-1406"
atsay 07 02 07 "G The Last Resort BBS .... 481-0455"
atsay 08 02 07 "H PC Eve ................. 955-7564"
atsay 09 02 07 "I Ramshackle ............. 999-6293"
atsay 10 02 07 "J PC's Palace ............ 488-7179"
atsay 11 02 07 "K Archimede's Lever ...... 301-2258"
atsay 12 02 07 "L Seabrook BBS ........... 482-5526"
atsay 13 02 07 "M NASA Activities ........ 280-8711"
atsay 14 02 07 "N Big Boy's BBS .......... 324-3416"
atsay 15 02 07 "O Campus Link-Up ......... 333-2309"
atsay 16 02 07 "P CHUG BBS ............... 433-6395"
atsay 17 02 07 "Q Legion Micro Comp. Exc . 479-5754"
atsay 18 02 07 "R Modemvation, Jr ........ 484-0405"
atsay 19 02 07 "S Net Works SSPC ......... 484-8090"
atsay 20 02 07 "T Modula 2 ............... 523-7255"
atsay 21 02 07 "U NEC/Delta Computer ..... 583-0001"
atsay 01 43 07 "V RBBS Hug BBS ........... 583-1287"
atsay 02 43 07 "W Ram: Data Link ......... 630-0068"
atsay 03 43 07 "X Clone Master I ......... 682-4194"
atsay 04 43 07 "Y Programmer's Workshop .. 772-2090"
atsay 05 43 07 "Z Heath User's Group ..... 869-9142"
atsay 06 43 07 "0 Compaq Corporation ..... 890-0310"
atsay 07 43 07 "1 After Hours Night Club . 937-7258"
atsay 08 43 07 "2 PC Interconnection ..... 955-8120"
atsay 09 43 07 "3 RTPM Tri-Houston RBBS .. 451-1421"
atsay 10 43 07 "4 HAL PC #1 .............. 523-5818"
atsay 11 43 07 "5 Scoreboard ............. 583-7848"
atsay 12 43 07 "6 SCS Hotline ............ 694-3150"
atsay 13 43 07 "7 Technical BBS .......... 726-0106"
atsay 14 43 07 "8 RTPM Epson Net ......... 941-1059"
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 "* Texas Goldmine ......... 996-9452"
locate 23 00
get s0
goto top
return