home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / JSTAKE11.ZIP / JSTAKE.TXT < prev    next >
Text File  |  1993-06-02  |  5KB  |  143 lines

  1. JSTAKE Utility Program Documentation
  2. (Ver 1.1, 07-01-93)
  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 the size of 
  25. the files . The JSTAKE utility will simplify the task of taking a small part
  26. of a file. You tell the utility how many records to take from the file. Then
  27. the utility will make a new output file with only the number of records you
  28. pick.
  29.  
  30.     The JSTAKE program must be provided with control information 
  31. to govern its execution. This information is read from a control file. 
  32. The control file is a standard PC text file that can be created 
  33. with any ASCII text editor.
  34.  
  35.  
  36.  The first line of the control file identifies the input file name.
  37.  
  38.  The second line of the control file identifies the output file name.
  39.  
  40.  The third line of the control file identifies the number of records 
  41.  you wish to take. 
  42.  
  43.  If  you enter the word "DELETE" in the forth line of the control file 
  44.  the utility will delete the input file after it makes the new output file.
  45.  
  46.     The following sample control file illustrates how control 
  47.     information is provided to the JSTAKE program.
  48.  
  49.     Contents of a sample JSTAKE control file, JSTAKE.CTL:
  50.  
  51.         C:\DATA\STC.TXT
  52.         C:\DATA\only100.TXT
  53.         100
  54.         DELETE
  55.         
  56.         
  57.  
  58.     The input file name is C:\DATA\STC.TXT.
  59.  
  60.     The output file name is C:\DATA\LESS100.TXT.
  61.  
  62.     The 100 tell the utility to take the first 100 records in 
  63.     the input file.
  64.  
  65.     The Delete on line 4 tells the program to delete the input file 
  66.     after to makes the new output file.
  67.  
  68.     
  69. Registration
  70.  
  71.   I will keep improving the program if I know enough people are
  72.   finding it useful.
  73.  
  74.   My registration policy is very flexible. The nominal fee is $5 US
  75.   If you don't feel you will get $5 worth of use out of JSTAKE, send
  76.   whatever it is worth to you. If you are impoverished and can't
  77.   afford to pay anything, enclose a stamped self-addressed envelope
  78.   and I will send you a registration.
  79.  
  80.   This is not freeware or public domain. Shareware is simply a means
  81.   of marketing commercial software. You are required to register if
  82.   you intend to use this program after a reasonable trial period.
  83.  
  84.   When registering, please tell me the version number you have 
  85.   and where you obtained your copy of JSTAKE.
  86.  
  87.   See REGISTER.TXT for details.
  88.  
  89.   JSTAKE should be registered for the maximum number of copies that
  90.   can be used simultaneously at your site. Site fees for commercial
  91.   users can be negotiated.
  92.  
  93.   If you register for the full $5 fee, and enclose a Shipping and
  94.   Handling fee of $3 I will send you the latest versions of JSTAKE and
  95.   Some Free Demo's.  if you decide to use it after a trial period. I will 
  96.   also send other File related shareware programs.
  97.  
  98.  
  99. Registered version features
  100.  
  101. * FREE UPGRADES AND NEWSLETTERS
  102.  
  103. * CUSTOM DEFAULT SETTINGS
  104.  
  105.  
  106. Program Abort
  107.  
  108.     Hitting Control-C (or Control-Break) will terminate the program
  109.     immediately. 
  110.  
  111.  
  112. Distribution
  113.  
  114.     Permission is hereby given to copy and distribute this program
  115.     as long as no more than $5 is charged. It must be made clear to
  116.     the buyer that this is only a handling charge and not a
  117.     registration fee. You must include all files in their original
  118.     unmodified form when distributing this program. .
  119.  
  120.     Permission to distribute may be revoked by the Johnathan Mark Smith 
  121.     at any time for any reason.
  122.  
  123.     YOU MUST NOT DISTRIBUTE ANY COPY WHICH HAS BEEN BRANDED WITH
  124.     A REGISTRATION CODE. 
  125.  
  126. All trademarks used in this document are the property of their
  127. owners.
  128.  
  129.                           -Johnathan Mark Smith-
  130.  
  131.  
  132. Questions or suggestions regarding JSTAKE should be directed to the author
  133. at the following address:
  134.  
  135.     Johnathan Mark Smith
  136.     2039 85 STREET
  137.     BROOKLYN, NY 11214
  138.  
  139.     Telephone: 718-373-3886
  140.  
  141.  
  142.  
  143.