home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / utility / cdda10.zip / CDDA.DOC next >
Text File  |  1993-05-28  |  9KB  |  195 lines

  1. ╔═════════════════════════════════════════════════════════════════════════════╗
  2. ║                                                                             ║
  3. ║                 Corporate Headquarters BBS (815) 886-3233                   ║
  4. ║                                            (815) 886-9381                   ║
  5. ║                                                                             ║
  6. ║                           CD-ROM DUPLICATE ANALYZER                         ║
  7. ║                                    v1.0                                     ║
  8. ║                                                                             ║
  9. ║                                                                             ║
  10. ║                               Copyright 1993                                ║
  11. ║                               by Robert Neal                                ║
  12. ║                             317 Hickory Avenue                              ║
  13. ║                            Romeoville, IL  60441                            ║
  14. ║                                                                             ║
  15. ╚═════════════════════════════════════════════════════════════════════════════╝
  16.  
  17. DISCLAIMER
  18.  
  19. THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS" WITHOUT
  20. CHARGE AND WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  21. LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  22. PARTICULAR PURPOSE.  IN NO EVENT SHALL ANYONE INVOLVED WITH THE CREATION AND
  23. PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT, SPECIAL, OR CONSEQUENTIAL
  24. DAMAGES, ARISING OUT OF ANY USE THEREOF OR BREACH OF ANY WARRANTY.
  25.  
  26.  
  27.  
  28. PROGRAM DESCRIPTION
  29.  
  30. It used to be simple, a new CD ROM Shareware disc would be released
  31. about every 4-6 months. Now though, we have several key players in the
  32. market, all releasing discs that overlap files with one another. Before
  33. plunking down your cash, you ask "what's the duplication rate with brand
  34. x disc".
  35.  
  36. I originally wrote CD-ROM Duplicate Analyzer for my own personal use.
  37. I had an interest in just what the number of duplicate files between two
  38. CD's were, after all, no sense in purchasing a disc that duplicates what
  39. I already have available.  The program was crude, but it did what I
  40. wanted, quickly and easily. I, in turn, posted my "findings" in the
  41. CD-ROM conference on RIME (a national message network). Surprisingly, I
  42. had people asking where they could get the utility that I used to create
  43. the analysis. I even had several CD ROM distributors contact me directly
  44. asking if I could make the program available to them.
  45.  
  46. With all this positive feedback and encouragement on an unreleased
  47. program, I decided to put some time behind the keyboard to polish up my
  48. code for public release. The time spent polishing and enhancing the code
  49. has taken more time than the original crude version. The end result is a
  50. program that I still think is easy to use and retains it's speed. The
  51. response to this initial shareware offering will serve as encouragement
  52. to continue to release future enhanced versions as well as releasing
  53. additional utilities.
  54.  
  55.  
  56.  
  57. WHAT THE PROGRAM DOES
  58.  
  59. Quite simply, CDDA reads two file listings. The only requirement of the
  60. file listing is that the filename, with extension, be the first field in
  61. each line. Most "allfiles" listings are in this format. There is no need
  62. to strip out any information from the file listing, headers, comments,
  63. additional file comment lines will all be ignored.
  64.  
  65. If you only have a listing of individual DIRxx files, typically for
  66. PCBoard systems, these can be quickly combined into one file listing for
  67. processing by CDDA by using the batch file, CDCLIST.BAT, included with
  68. this program. For other formats, you can create an "allfiles" listing
  69. using utility programs specific for your BBS file formats. The batch
  70. file simply performs a recurrsive loop and using the DOS copy function,
  71. copies each DIRxx file out to a filename CDDA.LST. This filename can be
  72. renamed by you.
  73.  
  74. After reading a file listing, CDDA will perform an internal sort on the
  75. filenames. The sort routine is quite fast. In my tests on a 386/25
  76. system, 5,000 filenames are able to be sorted in about 15 seconds.
  77.  
  78. Once the filenames are sorted, a temporary file is created. CDDA will
  79. then compare, on a like filename basis, filenames in both listings. To
  80. be considered a "duplicate", the filenames must be exactly the same. One
  81. benefit with CDDA is that it ignores the file extension, so if a file is
  82. CD1 is listed as TESTPROG.EXE and listed in CD2 as TESTPROG.ZIP, CDDA
  83. will mark these two as duplicates.
  84.  
  85. In addition to comparing duplicates between each other, CDDA will also
  86. review the individual file listings for duplicates within themself at
  87. the same time.
  88.  
  89. Currently, CDDA does no further evaluation to verify if a indeed a
  90. duplicate. CDDA will log all found duplicates which you may then review
  91. manually if required.
  92.  
  93.  
  94. PROGRAM OPERATION
  95.  
  96. Type CDDA at the command line. You will then be prompted for the
  97. following information:
  98.  
  99. Disc Name #1 - used as a reference in the report output, enter whatever
  100.                 is useful for you
  101. File Listing Name #1 - The name of your "allfiles" file list for disc #1
  102. Disc Name #2 - Again, used only for your reference
  103. File Listing Name #2 - The other "allfiles" listing to be compared with
  104. Report Name - Name of the output report you wish to be created, may
  105.                 enter LPT1 to send to printer
  106.  
  107. After you have the above information, simply press F10 and you'll be on
  108. your way. You may press ESC during the file listing read routine to
  109. abort the process if necessary. If you leave Disc Name #1 blank the
  110. program will also terminate. The program will now begin reading and
  111. processing the data, quickly and easily.
  112.  
  113. That's all there is to it.
  114.  
  115. Here's a sample of the report output:
  116.  
  117. --------------------------------------------------------------------------
  118.  
  119. Analysis: 05-22-1993 20:22:28
  120. CD1: NIGHT OWL 8
  121. CD2: PIER 2
  122.  
  123. 93_WPCAL       Duplicate file               
  124.  
  125. [..text deleted to save space..]
  126.  
  127. XWING          Duplicate file               
  128. _1WOLF14       Duplicate file               
  129. _FDB402C       Duplicate file               
  130.  
  131. Total Files NIGHT OWL 8:  4945
  132. Total Files PIER 2:  4740 
  133. Shared Duplicates:  42  ( .86%)
  134. Dupes within NIGHT OWL 8:  12 ( .24%)
  135. Dupes within PIER 2:  0 ( 0%)
  136.  
  137. ------------------------------------------------------------------------
  138.  
  139. CD-ROM DUPLICATE ANALYZER is released as SHAREWARE. You are granted a
  140. limited license to evaluate the program. Try it out, if you continue to
  141. use it you are required to register the program. Your registration will
  142. serve as encouragement for me to continue to release updates and
  143. additional programs.
  144.  
  145. You will notice that I have NOT crippled the program in anyway. I
  146. debated on whether to restrict the unregistered program in some form and
  147. decided to just go on the trust of users who may use the program.
  148.  
  149.  
  150. PERSONAL USE
  151. ------------
  152.         To register the program send $10.00 along with your name and
  153.         address to: Robert Neal, 317 Hickory Avenue, Romeoville, IL
  154.         60441.
  155.  
  156.         Special offer - register CDDA along with another program of
  157.         mine, CD-ROM Fiel Date Analyzer for only $5.00 more.
  158.  
  159.  
  160.  
  161. COMMERCIAL USE
  162. --------------
  163.         To register the program for commercial use, send $20.00 along
  164.         with your business name and address to the address above.
  165.  
  166.         Special offer for commercial users - register CDDA, and you can
  167.         also register another program of mine, CD-ROM File Date Analyzer
  168.         for only $10.00 more.
  169.  
  170.         CD vendors/distributors may send a copy of your CD disc in lieu
  171.         of payment and receive registration numbers for both programs. I
  172.         enjoy reviewing new discs and post my reviews on the RIME
  173.         message network, a large international message network with
  174.         nearly 1,000 different BBS's participating. The review can reach
  175.         a large potential group of consumers, eager to purchase your
  176.         product. Any CD's received will be reviewed on an impartial
  177.         basis. If you feel your CD is of quality, here's your chance to
  178.         get some free "promotion" for your product and a free copy of
  179.         BOTH programs to boot!
  180.  
  181.  
  182. CONTACT ME FOR SUPPORT
  183.  
  184. If you encounter any problems you may contact me at Corporate Headquarters
  185. BBS (815) 886-3233 or (815) 886-9381.
  186.  
  187. If you have any suggestions for improvements for this program, please feel
  188. free to let me know.
  189.  
  190.  
  191.  
  192. VERSION HISTORY
  193.  
  194. v1.0 - Initial release
  195.