home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR10 / ABL2DL21.ZIP / ABL2DIAL.DOC next >
Text File  |  1993-06-23  |  8KB  |  215 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.                 ABL2Dial v2.0
  11.                    ~~~~~~~~~~~~~~~
  12.              BBS List Conversion System
  13.               for the Austin BBS List
  14.  
  15.  
  16.         Copyright 1989, 1990 by Frank Ramaekers, Jr.
  17.           Documentation by William Collins & Allen Patman
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. ==============================================================================
  25.                 DESCRIPTION
  26. ------------------------------------------------------------------------------
  27.  
  28.  
  29. ABL2Dial reads a BBS list and converts it to dialing directories of
  30. popular communications programs.
  31.  
  32.  
  33. ------------------------------------------------------------------------------
  34.                 FEATURES
  35. ------------------------------------------------------------------------------
  36.  
  37.  
  38.  ABL2Dial 2.0 provides output for:
  39.  
  40.   o  ProComm Plus 2.0+
  41.   o  ProComm Plus 1.0+
  42.   o  ProComm 2.4.2
  43.   o  QModem 4.0+
  44.   o  QModem 4.1b+
  45.   o  Telemate 2.0+
  46.   o  Telix 3.0+
  47.  
  48.  
  49.  
  50. ABL2Dial 2.0 builds on the original ABL2Dial, with differences as follows:
  51.  
  52.  
  53.   o  Recognizes modems speeds greater than 9600.
  54.   o  Recognizes V.42bis and MNP5 designations and adjusts the
  55.      DTE speed accordingly
  56.  
  57.  
  58. ------------------------------------------------------------------------------
  59.                 USAGE
  60. ------------------------------------------------------------------------------
  61.  
  62.  
  63. The ABL2Dial input file defaults to AUSTINmm.yy, where mm is the month and
  64. yy is the year. (Ex.: AUSTIN01.90)
  65.  
  66.  
  67. Input and output can be selected either with point-and-shoot menus, or by
  68. pressing the highlighted letter of each option. ABL2Dial also supports the
  69. use of a mouse for input. Wildcard characters provide menus which allow
  70. the user to ascend and descend the directory tree. The output type
  71. defaults to ProComm Plus 2.0+; the output filename, to AUSTIN.DIR.
  72.  
  73.  
  74. Default modem settings are 2400 bps, No parity, 8 data bits, and 1 stop
  75. bit (2400 N-8-1). The defaults    for the terminal and transfer protocol are
  76. ANSI and XModem, respectively.
  77.  
  78.  
  79. Selecting other output types will automatically provide new defaults
  80. varying according to the capabilities of each communications package.
  81.  
  82.   ____________________________________________________________
  83.   |             |  Output   |          | Default  |
  84.   |    Communications     |   File    |    Default   | Transfer |
  85.   |      Package     | Extension |    Terminal  | Protocol |
  86.   |______________________|___________|____________|__________|
  87.   |  ProComm Plus 2.0+     |   .DIR    |    ANSI      |  XModem  |
  88.   |  ProComm Plus 1.0+     |   .DIR    |    ANSI      |  XModem  |
  89.   |  ProComm 2.4.2     |   .DIR    |    n/a      |  n/a     |
  90.   |  QModem 4.0+     |   .FON    |    n/a      |  XModem  |
  91.   |  QModem 4.1b+     |   .FON    |    n/a      |  XModem  |
  92.   |  Telemate 2.0+     |   .FON    |    ANSI      |  XModem  |
  93.   |  Telix 3.0+      |   .FON    |    ANSI-BBS  |  XModem  |
  94.   ============================================================
  95.  
  96.  
  97. The modem menu will allow the user to reset the speed, parity, data and
  98. stop bits ABL2Dial will use.  The speeds, from 300 to 115200, should
  99. reflect the maximum bps the modem is capable of transmitting; boards
  100. with slower speeds will be set to their own maximum. Parity choices are
  101. none, even, and odd; data bits, seven and eight; stop bits, one and two.
  102.  
  103.  
  104. The terminal and protocol menus give access to various terminal emulations
  105. and transfer protocols, and are dependent upon the particular output type
  106. selected.
  107.  
  108.  
  109. Once the desired input and output have been chosen, simply select "Begin"
  110. from the top menu.  "Quit" or <ESC> will quit ABL2Dial.
  111.  
  112.  
  113. The Austin BBS List follows the following format:
  114.  
  115. ===============================================================================
  116.      1       2         3           4     5       6         7          7
  117. ....+....0....+....0....+....0....+....0....+....0....+....0....+....0....+...9
  118. System_Name___________Hours______Phone_____Type_Bps__BBS________Notes_____
  119. aaaaaaaaaaaaaaaaaaaaa bbbbb c-ccc-ccc-cccc dddd eeef gggggggggg hhhhhhhhhhhhhhh
  120. C'ing The Future      19-07 1-234-567-8901 OS2  144B OPUS1      TAMNB$czfg
  121. Just Another BBS      24hrs 1-234-567-8901 WINT  96M VBBS    *'DVg$
  122. ===============================================================================
  123.  
  124.  
  125. ABL2Dial MAY in the future have extract, sorting and merge capabilities.
  126. If you have any problems (or suggestions) with this release, let me know
  127. and I'll do my best to solve or incorporate the suggestion.
  128.  
  129. Notes:
  130.     1)  Building of the dialing directories is keyed off the phone number.
  131.         number.  If a '-' is not found in position 38 the entry is
  132.         completely ignored.  Additionally the 3 digits that preceeds
  133.         and the 4 digits that follow the '-' must be numeric before
  134.         being considered a valid entry.
  135.  
  136.     2)  The bps (bits per second) column is not validated at all.  The
  137.         program simply multiplies the value in this column by 100 to
  138.         arrive at the bps speed.  Therefore, a invalid entry like 123
  139.         will still work.  It will be evaluated as 12300 bps and try to
  140.         equate that value to 19200 (the next higher rate).
  141.  
  142.     3)  The character position following the bps is the compression
  143.         type.  Currently only the 'B' and 'M' are considered.  Upon
  144.         encountering a 'B' (indicating v.42bis compression) the DCE
  145.         rate (as listed in bps column) is multiplied by 4 (the
  146.         maximum theoretical DTE rate).  A 'M' represents MNP5 which
  147.         has a maximum theoretical DTE rate of 2 times the DCE speed.
  148.         Example:  96B
  149.               9600 (DTE rate) x 4 (v.42bis) = 38400 (DCE rate)
  150.  
  151.     4)  The notes column for the most part is for informational
  152.         purposes only.  To provide a method of listing non-standard
  153.         boards in the BBS listing two special characters in this
  154.         field have a special meaning.  The first is the slash ('/')
  155.         character.    When encountered, the duplex is changed from full
  156.         to half duplex.   A '7' will alter the communications
  157.         parameters from N81 to E71.  All other characters in this
  158.         field are ignored.
  159.  
  160.                    Have fun,
  161.                  Frank Ramaekers, Jr.
  162.  
  163.                      - * -
  164.  
  165.                   I can be reached via:
  166.  
  167.                 The B.it B.ucket S.ystem
  168.                 (512) 280-6785
  169.                    <14.4K/N81/24hrs>
  170.         VBBS 1@1512007 - WWIVnet 1@5290 - AustinNet 1@4
  171.  
  172.  
  173. ===============================================================================
  174.  
  175.  
  176. ABL2Dial was written in MicroSoft C v5.1 using the TCXL Extended Library
  177. v5.51.
  178.  
  179.  
  180. ------------------------------------------------------------------------------
  181.              DISTRIBUTION NOTICE
  182. ------------------------------------------------------------------------------
  183.  
  184. This software is provided by the author free of charge. The package may be
  185. posted for download or file request by any system in archived form, in
  186. adherence to the following terms: Under NO circumstances is a fee to be
  187. charged, or a profit to be made from its distribution, nor can it be
  188. included with any software packages without the written consent of the
  189. author.
  190.  
  191. ------------------------------------------------------------------------------
  192.              ***  DISCLAIMER  ***
  193. ------------------------------------------------------------------------------
  194.  
  195. The author, Frank Ramaekers, Jr., makes no warranties, either expressed or
  196. implied, as to the quality or performance of this program, nor for its
  197. fitness for any particular purpose.  The author will not be held liable for
  198. any direct, indirect, incidental, or consequential damages resulting from
  199. the use of this program.  Your use of the program constitutes your agreement
  200. to this disclaimer, and your release of the author from any form of
  201. liability or litigation.
  202.  
  203. If it doesn't work, tough.  If it turns your hard disk into a neutron bomb,
  204. bummer (although I would appreciate being informed).  Now that that's out of
  205. the way, I will say that I did test this stuff pretty thoroughly before
  206. sending it out with my name on it, and that it works great for me and my
  207. friends.
  208.  
  209. Mirror shades and lead shielding optional.
  210.  
  211. ------------------------------------------------------------------------------
  212.  
  213.  
  214.  
  215.