home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / pcarc110.zip / README < prev   
Text File  |  1994-05-15  |  4KB  |  88 lines

  1.                          
  2.      PCArc v1.10f (C) Copyright 1994 by PC Pulse Computer Systems
  3.  
  4.    The Arciving program included in this package implementation of 
  5.    a ZIP archive maker.  The archives produced by the Shrink program
  6.    are compatible with those created by PKWare's PKZIP program.
  7.  
  8.    At this time, only two of the six compression methods used by PKZIP have
  9.    been implemented.  Input files are compressed using the "shrinking"
  10.    method.  If shrinking does not produce a file smaller than the original,
  11.    the input file will be "stored" into the ZIP archive with no compression
  12.    applied.
  13.  
  14.    The syntax for this program is:
  15.  
  16.       PCArc [d:][\path\]PCArcname[.zip] [[d:][\path\]filespec [...]]
  17.  
  18.    where 'PCArcname' is the name of the file to be created, and
  19.    'filespec' represents a DOS file specification (wildcards are allowed)
  20.    limiting the files to be included in the archive.
  21.  
  22.    The only command line parameter that is required is the name of the 
  23.    file to be processed.  If no filename extension is supplied, '.PCA' is
  24.    assumed.  If no outpath is specified, the current drive/subdirectory
  25.    will be used.  If no filespec(s) are entered, '*.*' will be assumed.
  26.  
  27.    Examples:
  28.  
  29.       *  Create a archive called OneFile.PCA that contains all '.txt'
  30.          files in the subdirectory e:\work:
  31.  
  32.                      PCArc OneFile.PCA e:\work\*.txt
  33.  
  34.       *  Create a archive called OneFile.PCA that contains all files in
  35.          the current subdirectory:
  36.  
  37.                               PCArc OneFile
  38.  
  39. ──────────────────────────────────────────────────────────────────────────
  40.  
  41.                                LICENSE
  42.  
  43. ──────────────────────────────────────────────────────────────────────────
  44.  
  45.        This Software is copyrighted. However, I am distributing it as 
  46.      shareware if you intent to use it for more then 30 days you are
  47.      expected to register it.
  48.  
  49.        Redistribution of this software is encouraged.  Please do share it
  50.      with your friends, upload it to bulletin board systems, etc.  However,
  51.      as I am making this software available for free, you must do the same.
  52.      You are not permitted by this license to request or accept any 
  53.      remuneration of any kind for this software.  This prohibition extends
  54.      to including my software with any other product or service for which
  55.      money is charged.
  56.  
  57.  
  58.      (1) Bulletin board systems or other electronic information services
  59. are permitted to make this software available for download and charge their
  60. customary fees, if any, for access to the service.
  61.  
  62.      (2) Users groups and other not-for-profit organizations that
  63. distribute this software may charge a reasonable fee to cover duplication
  64. and related costs.
  65.  
  66.      (3) There may be other situations not covered by this license where
  67. some charge for distribution would be appropriate.  Contact me and we'll
  68. talk about it.  But, this license does not authorize any such distribution
  69. without express, written permission from me in advance.
  70.  
  71.      You may distribute modified copies of my source and resulting
  72. executables (including programs derived from mine in other languages or for
  73. other operating systems) so long as you do so for free and pursuant to a
  74. license no more restrictive than this one.  You must state that your
  75. software was derived from mine.  But, please take credit for your
  76. improvements and blame for your mistakes by making it as clear as possible
  77. what changes you have made.
  78.  
  79.      Except as provided above, if you do wish to charge for my software or
  80. for any software derived from mine, then you must contact me for prior
  81. permission.  In short, if you're going to ask for money, then we're going
  82. to share in whatever you receive.  That's only fair.
  83.  
  84.      This software is distributed without warranties of any kind, express
  85. or implied, including, but not limited to, the implied warranties of
  86. merchantability and fitness for a particular purpose.
  87.  
  88.