home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / JSDDUP32.ZIP / JSDDUPER.TXT < prev    next >
Text File  |  1993-10-08  |  5KB  |  152 lines

  1. JSDDUPER Utility Program Documentation
  2. (Ver 3.2)
  3.  
  4. Author: Johnathan Mark Smith
  5.  
  6.  
  7. THE OLD DISCLAIMER
  8.  
  9.   This software and manual are sold "as is" and without warranties
  10.   as to performance or merchant ability or any other warranties
  11.   whether expressed or implied. Because of the various hardware and
  12.   software environments into which this program may be put, no
  13.   warranty of fitness for a particular purpose is offered.
  14.  
  15.   The user must assume the entire risk of using and evaluating this
  16.   program. Any liability of  Johnathan Mark Smith Technology will be
  17.   limited exclusively to product replacement or refund of purchase
  18.   price. If you find these terms unacceptable, do not use this
  19.   product.
  20.  
  21. Introduction
  22.  
  23.     As time goes by more and more Mainframe Systems are being down 
  24. sized to run on PC's, but one of the biggest setbacks are duplicate
  25. records on one file. The JSDDuper utility will simplify the task
  26. of deleting duplicate records from a file and the utility will make a 
  27. new file without the duplicate records on it.
  28.  
  29.     JSDDuper Ver 3.0 provides the following features:
  30.  
  31.     1)     Input file don't have to be sorted.
  32.  
  33.     2)     Faster then JSDDuper Ver 2.1 and under.
  34.  
  35.     3)     No more need for a control file.
  36.  
  37.     4)     No limit on input file size.
  38.     
  39.     5)     DeDupes with or without case sensitivity.
  40.  
  41.     6)     For Huge file a fast and stealth mode.
  42.  
  43.  
  44.     The JSDDuper  program must be provided with control information 
  45. to govern its execution. This information is read from the command line.
  46. The format is:
  47. JSDDUPER [OPTIONS] <INPUT FILE>,<STARTING BYTE OF FIELD>,<SIZE OF FIELD> <OUTPUT FILE>
  48.  
  49.  
  50. Sample #1:
  51.     JSDDUPER A:\TEST.DAT,2,6 A:\NEW.OUT
  52.  
  53. This tells the utility to use the file a:\test.dat as the input file and
  54. the field to check for dupes is starting in byte 2 and the size of the
  55. field is 6 bytes long. Also use the file A:\new.out for output.
  56.  
  57. OPTIONS
  58.     
  59.         -bz             This option will tell the utility that
  60.             the input file is not CRLF and
  61.             the record length is z long, 
  62.             also make the output file without CRLF.
  63.             
  64.         -C              Turn off case sensitivity.
  65.     
  66.         -s              Turn on fast and stealth mode.
  67.  
  68. Sample #2:
  69.         JSDDUPER -C A:\TEST.DAT,2,6 A:\NEW.OUT
  70. This is the same thing as sample #1 but now the utility turns off
  71. case sensitivity.
  72.  
  73.  
  74. Registration
  75.  
  76.   I will keep improving the program if I know enough people are
  77.   finding it useful.
  78.  
  79.   My registration policy is very flexible. The nominal fee are listed
  80.   in the file REGISTER.TXT. If you don't feel you will get your money
  81.   worth of use out of JSDDuper, send whatever it is worth to you.
  82.   If you are impoverished and can't afford to pay anything,
  83.   enclose a stamped self-addressed envelope
  84.   and I will send you a registration.
  85.  
  86.   This is not freeware or public domain. Shareware is simply a means
  87.   of marketing commercial software. You are required to register if
  88.   you intend to use this program after a reasonable trial period.
  89.  
  90.   When registering, please tell me the version number you have 
  91.   and where you obtained your copy of JSDDuper.
  92.  
  93.   Foreign checks and credit cards OK. See REGISTER.TXT for details.
  94.  
  95.   JSDDuper should be registered for the maximum number of copies that
  96.   can be used simultaneously at your site. Site fees for commercial
  97.   users can be negotiated.
  98.  
  99.   If you register for the full fee, and enclose a Shipping and
  100.   Handling fee of $3 I will send you the latest versions of JSDDuper and
  101.   Some Free Demo's.  if you decide to use it after a trial period. 
  102.   I will also send other File related shareware programs.
  103.  
  104.  
  105. Registered version features
  106.  
  107. * FREE UPGRADES AND NEWSLETTERS
  108.  
  109. * DISCOUNTS ON SHAREWARE
  110.  
  111. * CUSTOM DEFAULT SETTINGS
  112.  
  113.  
  114. Program Abort
  115.  
  116.     Hitting Control-C (or Control-Break) will terminate the program
  117.     immediately. 
  118.  
  119.  
  120. Distribution
  121.  
  122.     Permission is hereby given to copy and distribute this program
  123.     as long as no more than $5 is charged. It must be made clear to
  124.     the buyer that this is only a handling charge and not a
  125.     registration fee. You must include all files in their original
  126.     unmodified form when distributing this program. .
  127.  
  128.     Permission to distribute may be revoked by the Johnathan Mark Smith 
  129.     at any time for any reason.
  130.  
  131.     YOU MUST NOT DISTRIBUTE ANY COPY WHICH HAS BEEN BRANDED WITH
  132.     A REGISTRATION CODE. 
  133.  
  134. All trademarks used in this document are the property of their
  135. owners.
  136.  
  137.                          -Johnathan Mark Smith-
  138.  
  139.  
  140. Questions or suggestions regarding JSDDuper should be directed to the 
  141. author at the following address:
  142.  
  143.     Johnathan Mark Smith
  144.     2039 85 STREET
  145.     BROOKLYN, NY 11214
  146.  
  147.     Telephone: 718-373-3886
  148.  
  149.  
  150.  
  151.  
  152.