[10779] | 1 | ; C-Kermit 6.0 Sample Dialing Directory |
---|
| 2 | ; |
---|
| 3 | ; NOTE: Semicolon (;) begins a comment. |
---|
| 4 | ; DISCLAIMER: None of these numbers is guaranteed to be correct. |
---|
| 5 | ; |
---|
| 6 | ; Format: name phone-number ; optional comment. |
---|
| 7 | ; Name must start with a letter and contain no spaces. |
---|
| 8 | ; Phone number may contain spaces. If phone number begins with a + sign, |
---|
| 9 | ; that means it is in country-code area-code subscriber-number format. |
---|
| 10 | ; See Chapter 5 of "Using C-Kermit", 2nd Edition, for details. |
---|
| 11 | |
---|
| 12 | ; Commercial E-mail services |
---|
| 13 | ; |
---|
| 14 | ATTmail +1 (800) 624 5123 ; AT&T Mail (Easylink), USA |
---|
| 15 | ATTmail +1 (416) 502 3000 ; AT&T Mail (Easylink), Canada |
---|
| 16 | ATTmail +81 3 5568 9134 ; AT&T Mail (Easylink), Japan |
---|
| 17 | ATTmail +852 3003 4900 ; AT&T Mail (Easylink), Hong Kong |
---|
| 18 | ATTmail +44 (71) 537 4121 ; AT&T Mail (Easylink), UK |
---|
| 19 | MCImail +1 (800) 456 6245 ; MCI Mail |
---|
| 20 | |
---|
| 21 | ; Publishers |
---|
| 22 | ; |
---|
| 23 | Heise +49 (511) 535 2301 ; Verlag Heinz Heise c't BBS, Germany |
---|
| 24 | |
---|
| 25 | ; Commercial general information services |
---|
| 26 | ; |
---|
| 27 | Dow-Jones +1 (212) 741 8100 ; Dow Jones News Retrieval, NYC |
---|
| 28 | |
---|
| 29 | ; For signup to GEnie, set half duplex, dial the following number, enter HHH |
---|
| 30 | ; upon connection, at the U#= prompt enter "SIGNUP". |
---|
| 31 | Genie +1 (800) 638 8369 ; Sign-up number,see GENIE.KDD for local #s |
---|
| 32 | Delphi +1 (800) 365 4636 ; Username: JOINDELPHI / Password: WWW |
---|
| 33 | BIX +1 (800) 695 4882 ; BYTE Magazine Information Exchange |
---|
| 34 | BIX +1 (617) 491 5410 ; BYTE Magazine Information Exchange |
---|
| 35 | CIX +44 (181) 296 1255 ; Compulink Information Exchange |
---|
| 36 | |
---|
| 37 | ; Commercial discipline-specific information services |
---|
| 38 | ; |
---|
| 39 | Westlaw-WATS +1 (800) 535 1578 ; Also accessible via SprintNet,Tymnet,CISNet |
---|
| 40 | |
---|
| 41 | ; Vendor support and sales BBS's and online services |
---|
| 42 | ; |
---|
| 43 | Cabletron +1 (603) 335 3358 ; Cabletron BBS |
---|
| 44 | Creative-Labs +1 (405) 742 6660 ; Creative Labs BBS |
---|
| 45 | DECstore +1 (800) 234 1998 ; Digital Equipment Corporation store |
---|
| 46 | Hayes +1 (800) 874 2937 ; Hayes Online BBS |
---|
| 47 | IBM-PC-Company +1 (919) 517 0001 ; IBM PC Company BBS |
---|
| 48 | Intel +1 (503) 645 6275 ; Intel Corporation BBS |
---|
| 49 | Microcom +1 (617) 255 1125 ; Microcom BBS |
---|
| 50 | Microsoft +1 (206) 936 6735 ; Microsoft Download Service BBS USA |
---|
| 51 | Microsoft +1 (905) 507 3022 ; Microsoft Download Service BBS Canada |
---|
| 52 | Science-Press +1 (717) 738 9422 ; Science Press BBS |
---|
| 53 | US-Robotics +1 (708) 982 5092 ; US Robotics BBS |
---|
| 54 | |
---|
| 55 | ; Etc etc, the end. |
---|