home *** CD-ROM | disk | FTP | other *** search
-
- .. PCPDATA.MEX (02/17/90))
- ..
- .. This routine contains all the data for the systems in the menu. Each
- .. entry sets the following variables:
- ..
- .. B baud rate code ("12" or "24")
- .. D outdial code
- .. E phone number
- .. F name of system called
- .. %a area code
- .. %b baud rate (1200 or 2400)
- ..
- .. In addition, function keys are set up (where the defaults are not correct)
- .. with the login names and/or passwords. Once the data has been set, the
- .. code chains to PCPCONN, which negociates the connection.
-
-
- A=D;. save old outdial code
-
- key 1="Jay Sage/r";. default key definitions
- key 2="STDPASSWORD/r"
-
-
- .. dispatch table
-
- if %m=1 GOTO BBS01
- if %m=2 GOTO BBS02
- if %m=3 GOTO BBS03
- if %m=4 GOTO BBS04
- if %m=5 GOTO BBS05
- if %m=6 GOTO BBS06
- if %m=7 GOTO BBS07
- if %m=8 GOTO BBS08
- if %m=9 GOTO BBS09
- if %m=10 GOTO BBS10
- if %m=11 GOTO BBS11
-
- if %m=19 GOTO BBS19
- if %m=20 GOTO BBS20
- if %m=21 GOTO BBS21
- if %m=22 GOTO BBS22
- if %m=23 GOTO BBS23
-
- if %m=26 GOTO BBS26
- if %m=27 GOTO BBS27
-
- .. ----------------------------------------------------------------------
- ..
- .. Date on Remote Access Systems from Menu
- ..
- .. ----------------------------------------------------------------------
-
- LABEL BBS01
- F="Al Hawley (ZN2)"
- %a=213
- D="CALAN"
- E="670-9465"
- key 1="zmsg userid/r"
- read PCPCALL
-
- LABEL BBS02
- F="Carson Wilson (ZN11)"
- key 1="zmsg userid/r"
- %a=312
- D="ILCHI"
- E="764-5162"
- read PCPCALL
-
- LABEL BBS03
- F="Drexel Hill (ZN6)"
- key 2="password/r"
- %a=215
- D="PAPHI"
- E="623-4040"
- read PCPCALL
-
- LABEL BBS04
- F="Ken Reid (ZN45)"
- key 2="password/r"
- %a=713
- D="TXHOU"
- E="937-8886"
- read PCPCALL
-
- LABEL BBS05
- F="Ben Grey (ZN8)"
- %a=503
- D="ORPOR"
- E="644-4621"
- read PCPCALL
-
- LABEL BBS06
- F="VanHemelryck (ZN10)"
- %a=206
- D="WASEA"
- E="481-1371"
- read PCPCALL
-
- LABEL BBS07
- F="Lee Bradley (ZN12)"
- key 2="password/r"
- %a=203
- D="CTHAR"
- E="665-1100"
- read PCPCALL
-
- LABEL BBS08
- F="Liv Hinckley (ZN15)"
- %a=212
- D="NYNYO"
- E="489-7370"
- read PCPCALL
-
- LABEL BBS09
- F="Dave Vanhorn (ZN66)"
- key 2="password/r"
- %a=714
- D="CASAN"
- E="546-5407"
- read PCPCALL
-
- LABEL BBS10
- F="Roger Warren (ZN9)"
- key 2="password/r"
- %a=619
- D="CASDI"
- E="270-3148"
- read PCPCALL
-
- LABEL BBS11
- F="George Allen (ZN73)"
- key 2="password/r"
- %a=314
- D="MOSLO"
- E="821-1078"
- read PCPCALL
-
- LABEL BBS19
- F="Terry Pinto"
- %a=503
- D="ORPOR"
- E="644-0900"
- read PCPCALL
-
- LABEL BBS20
- F="Royal Oaks"
- %a=313
- D="MIDET"
- E="884-0405"
- read PCPCALL
-
- LABEL BBS21
- F="Circuit Cellar BBS"
- %a=203
- D="CTHAR"
- E="871-1988"
- read PCPCALL
-
- LABEL BBS22
- F="FOG"
- %a=415
- D="CASFA"
- E="755-2030"
- read PCPCALL
-
- LABEL BBS23
- F="Ron Bardarson: X-NODE"
- %a=408
- D="CASJO"
- E="432-0821"
- read PCPCALL
-
- LABEL BBS26
- F="PCBoard"
- %a=801
- D="UTSLC"
- E="261-8981"
- read PCPCALL
-
- LABEL BBS27
- key 1="Jay Sage password/r"
- F="Gary Inman"
- %a=213
- D="CALAN"
- E="838-9229"
- read PCPCALL