home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / programming / misc_programming / abcread.doc < prev    next >
Text File  |  1996-04-01  |  9KB  |  192 lines

  1.                               _____
  2.          _______             /\    \             _______
  3.         /::\    \           /XX\    \           /::\    \     Programmed
  4.        /::::\    \         /XXXX\    \         /::::\    \   & Maintained
  5.       /::::::\    \       /XXXXXX\    \       /::::::\    \   by William Yu
  6.      /:::/\:::\    \     /XXX/\XXX\    \     /:::/\:::\    \ 
  7.     /:::/__\:::\    \   /XXX/__\XXX\    \   /:::/  \:::\    \
  8.    /::::\   \:::\    \ /XXXX\ B \XXX\    \ /:::/    \:::\    \
  9.   /::::::\ A \:::\    \XXXXXX\ A \XXX\    \:::/    / \:::\    \
  10.  /:::/\:::\ L \:::\____\X/\XXX\ S \XXX\ ___\:/    /   \:::\    \
  11. /:::/  \:::\ L \:::|    |__\XXX\ I \XXX|    |____/ C   \:::\____\
  12. \::/    \:::\  /:::|____|   \XXX\ C/XXX|____|    \  O   \::/    /
  13.  \/____/ \:::\/:::/    /X\   \XXX\/XXX/    /:\    \  D   \/____/
  14.           \::::::/    /XXX\   \XXXXXX/    /:::\    \  E
  15.            \::::/    / \XXX\   \XXXX/    / \:::\    \
  16.            /:::/    /   \XXX\  /XXX/    /   \:::\    \
  17.           /:::/    /     \XXX\/XXX/    /     \:::\    \
  18.          /:::/    /       \XXXXXX/    /       \:::\    \
  19.         /:::/    /         \XXXX/    /         \:::\____\
  20.         \::/    /           \XX/____/           \::/    /
  21.          \/____/             ~~                  \/____/
  22.  
  23.      The ALL BASIC CODE Reader Version 1.10 Released on April 1, 1996
  24.                Created and maintained by William Yu 1995-96
  25.     USE AT YOUR OWN DISCRETION.  If your computer frys, and your brain
  26.             shrivels up, hey, tough luck, it's not my fault.
  27.             NO CHARGE OF ANY KIND IS PERMITTED FOR THIS WORK
  28.     -------------------------------------------------------------------
  29.                   A SPECIAL THANKS to ALL contributors.
  30.  
  31. [ Introduction to The ALL BASIC CODE Archives ]
  32. -----------------------------------------------------------------------
  33.  
  34.   Q: What is it?
  35.   A: The All BASIC Code Archives is a mass collection of BASIC source
  36.      codes ranging from QB/QBasic/PDS/VBDOS to more modern BASIC
  37.      compilers PB/ASIC and even some assembly code that can be used
  38.      within your BASIC programs.  All codes are released into the
  39.      public domain unless otherwise stated in the snippets.
  40.      Please show common courtesy when using other people's code, give
  41.      credit where credit is due!
  42.  
  43.   Q: Where do you get these codes from?
  44.   A: From many sources.  FidoNet and BASIC newsgroups on the internet.
  45.      Also from individual programmers who summit their code via email.
  46.  
  47.   Q: What files do I need to download?
  48.   A: The ABC Reader is a must.  ABCRDvvv.ZIP  Where vvv = version
  49.      You also need the ABC Packets released bi-monthly (which means
  50.      every other month, and no luck on releasing it monthly).
  51.      ABCyymm.ZIP  Where mm=month and yy=year.  This contains the
  52.      BASIC Source code snippets.
  53.  
  54.   Q: Where are these files located?
  55.   A: As of now there are a few select locations where the files can
  56.      be found:
  57.        http://pitel_lnx.ibk.fnt.hvu.nl/~excel/pbabc.html
  58.        http://www.seanet.com/~charlie/abc/abchome.html
  59.      or at your nearest SimTel mirror site.
  60.  
  61.   Q: Any special requirements that I need?
  62.   A: Here are some requirements (Where * = recommended)
  63.         IBM-PC Compatible
  64.         PC/MS-DOS version 3.3+
  65.         At least 250K of conventional memory
  66.       * 2 or 3 Button Mouse
  67.         Allow enough [Hard/Disk] Drive Space
  68.       * One of QB/QBasic/PDS/VBDOS/PB/ASIC/ASSEMBLY Compiler
  69.  
  70.   Q: Can I contribute some of my code?
  71.   A: Yes!  Please email me at: voxel@freenet.edmonton.ab.ca
  72.      Please attach the file(s) (.ZIP,.ARJ,.LZH,.BAS) any format is
  73.      excepted (BIN-HEX,MIME,UUE,ect.)
  74.  
  75.  
  76. [ ALL BASIC CODE Reader v1.10 File List ]
  77. -----------------------------------------------------------------------
  78.  
  79.         ABCRD110.ZIP    Contains the following files
  80.  
  81.         ABCREAD.EXE     ALL BASIC CODE Reader/Extractor v1.10
  82.         ABCREAD.DOC     This Document file
  83.         ABCREAD.CFG     Configuration file
  84.         ABCREAD.HLP     ABC On-Line Help file
  85.         ABCMONO.BAT     Forces monochrome (Runs MONO.COM)
  86.         MONO.COM        B&W 80x25
  87.         COLOR.COM       Color 80x25
  88.  
  89.         ABCyymm.ZIP     Where mm = month, yy = year
  90.                         ie. ABC9603.ZIP  March 1996 ABC Packet
  91.  
  92.         ABCyymm.TXT     Text File Explanation
  93.         ABCyymm.UPD     Update File
  94.         ABCyymm.CDE     All BASIC Code Snippets contained here
  95.               *.ABC     Categories created after unpacking
  96.               *.IDX     Coresponding category index file.
  97.  
  98. ** NOTE ** You must unzip ABCyymm.ZIP to the directory where ABCREAD.EXE
  99.            resides.  Run ABCREAD.EXE to extract *.ABC and *.IDX
  100.  
  101.  
  102. [ ALL BASIC CODE Reader Version 1.10 Update Notes]
  103. -----------------------------------------------------------------------
  104.  
  105.     PRELIMINARY RELEASE v0.01          September 1, 1995
  106.        Unfeatured ABC Reader released as a deadline project
  107.        Undocumented
  108.  
  109.     FIRST FULL RELEASE v1.00           November 1, 1995
  110.       * Notable speed increase in loading
  111.       * Added support for Monochrome computers
  112.       * Some Minor Corrections Made
  113.       * Implemented more funtions including new setup features
  114.       * Added Mouse Functions
  115.       * Added a dual Directory/File list box
  116.       * Implemented On-Line Help Feature
  117.       * Added A Fast & Powerful Search Function
  118.       * Implemented a sort feature.  Can be quite slow at times.
  119.       * Added a Tally for getting the ABC Snippet Totals
  120.       * Implemented About Box
  121.       * Implemented an ADD TO ABC function
  122.  
  123.     SECOND RELEASE v1.10 (BUG Fixes)   April 1, 1996
  124.       * Fixed Febuary -> February
  125.       * Fixed mouse click on ESC Exit in the Viewer mode
  126.         so it won't mark the snippet when returned to list mode
  127.       * Added Extra Header Info to the List mode (left/right toggles)
  128.         The center mouse button toggles this as well (if you have one)
  129.       * Fixed comment color on REM alone lines
  130.       * Implemented comment color for assembly ";" comments
  131.       * Disabled extraction of snippet when group searched
  132.         To prevent accidental hang up of system.
  133.       * Fixed MOVE ABC CODE for one snippet packets
  134.         Used to skip transfer and delete packet.
  135.       * Fixed clock initializing to 00:00:00 at midnight to 12:00:00 AM
  136.       * Fixed the Tab Filter when searching
  137.  
  138. [ Using The ABC Reader Version 1.10 ]
  139. -----------------------------------------------------------------------
  140.  
  141.    Q: I can't run The ABC Reader!
  142.    A: It has something to do with your VLIDE (Vesa Local bus Driver)
  143.       try unloading the driver.  Unfortunately that is all the advice
  144.       I can give.
  145.  
  146.    Q: What is the ABCMONO.BAT for?
  147.    A: The ABC Reader will try to detect your supported video card.
  148.       Unfortunately I have no way of knowing if you have a CGA adapter
  149.       and a monochrome monitor.  If running ABCREAD alone does not
  150.       help, try ABCREAD /MONO which forces mono output.  If that still
  151.       does not help then your last resort is to change video modes
  152.       by running this BATCH file.
  153.  
  154.    Q: What are the program limitations?
  155.    A:  100 Total Packets Allowed
  156.        999 Total Snippets Allowed or Search Totals allowed
  157.       5000 Lines of code allowed
  158.  
  159.    Q: Where can I get more help?
  160.    A: Press F1 where applicable in the ABC Reader.
  161.       There will be a list of command keys and other information.
  162.  
  163.    Q: I can't extract the file!
  164.    A: This will ONLY occur if you have done a GROUP SEARCH.
  165.       Make a mental note of the ABC Packet where the snippet exists
  166.       and go there to extract the file.
  167.  
  168.    Q: What do I do with script code (Postit!)?
  169.    Q: Run the code under QB or
  170.       Run the code under PB (remove the DIM in DIM SHARED)
  171.       The file will then be extracted (usually in .ZIP format)
  172.       You may now delete the original BASIC file to save space
  173.       and unzip the archived file.
  174.  
  175. [ All BASIC Code Archives survives because of *YOU* ]
  176. -----------------------------------------------------------------------
  177.  
  178. To fellow BASIC programmers,
  179.  
  180.     The All BASIC Code Archive was inspired by the project SWAG, a mass
  181. collection of Pascal snippets sponsored by users who donated their
  182. Pascal code to the Swag Support Team.  The ABC Archives is similar
  183. if not identical to the way SWAG operates.  Except the ABC Packets
  184. arrive bi-monthly while the SWAG snippets arrive quarterly.  But both
  185. archives survive because of *YOU*, your contributions, your help, your
  186. enthusiasm.  To make sure the ABC Archives will still exist for many
  187. more years, we need your help, so send in your BASIC source codes today.
  188. Thank you, and many thanks to our fellow contributors world wide.
  189.  
  190.                                              The ABC Programmer
  191.                                                 [04-01-96]
  192.