home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / z / zipcvt17.zip / ZIPCVT.DOC < prev    next >
Text File  |  1993-01-19  |  3KB  |  78 lines

  1.  
  2.                           ZIP Converter 1.7
  3.                  Copyright (c) 1993  Gregory Sherman
  4.  
  5.  
  6.                           ACKNOWLEDGEMENTS
  7.  
  8.      PKZIP and PKUNZIP are registered trademarks of PKWARE, Inc.
  9.  
  10.  
  11.                             DISTRIBUTION
  12.  
  13.      This is the final freeware version of ZIP Converter.  You can upload
  14.      it to BBSs, give copies to friends, etc.  Please include both this
  15.      file and ZIPCVT.EXE when you distribute the program.
  16.  
  17.  
  18.                              E-MAIL
  19.  
  20.            Send questions and comments via Internet to:
  21.              Gregory.Sherman@f129.n102.z1.fidonet.org
  22.  
  23.                             or call
  24.          The Source BBS (310)371-3737  USR DS 14.4k v.32bis
  25.          Leave message for Gregory Sherman in Conference 0
  26.           Latest version of ZIP Converter in File Area 1
  27.  
  28.  
  29.                             PURPOSE
  30.  
  31.      ZIP Converter will change your version 1.1 ZIP archives to
  32.      version 2.04c.   The program converts archives in a single
  33.      specified directory each time it is run.  It is intended for
  34.      use on hard drives only.  The old archives are unzipped with
  35.      the -d option (preserve subdirectories).  The new archives are
  36.      created withthe -rP (restore subdirectories) -o (set archive
  37.      date to earliest file date) and -ex (maximum compression) options
  38.      (see PKZIP documentation for more information).  ZIP Converter
  39.      will convert ZIP files within a ZIP file (one level only).
  40.  
  41.                       
  42.                             INSTRUCTIONS
  43.  
  44.     Place ZIPCVT.EXE and the new versions of PKZIP.EXE and PKUNZIP.EXE
  45.     in a directory included in the PATH statement of your AUTOEXEC.BAT 
  46.     file.
  47.  
  48.     ZIP Converter is run from the DOS command line with this form:   
  49.           zipcvt <directory-path> [-r | -z comment-pathname]
  50.  
  51.     The optional parameter "-r" instructs ZIP Converter to remove
  52.     comments from the ZIP archives it converts.
  53.  
  54.     The optional parameter "-z" instructs ZIP Converter to add
  55.     comments to the ZIP archives it converts. "comment-pathname" is 
  56.     the name of a plain ASCII text file that contains the comments.
  57.  
  58.    Examples : "zipcvt c:" will convert archives in drive C's root directory
  59.  
  60.               "zipcvt \progs\libs\bak -r" will do the conversion for all ZIP
  61.                  files in \progs\libs\bak, removing ZIP comments
  62.  
  63.               "zipcvt \qmodem\dls -z \utils\comment.txt" will convert
  64.                  all ZIP files in \qmodem\dls, adding the contents of
  65.                  \utils\comment.txt as comments to all ZIP files
  66.  
  67.   NOTE: Zipcvt does not check for the version of the ZIP files it
  68.         converts.  Don't convert the same directory twice!  It will
  69.         do no harm other than waste time.
  70.  
  71.  
  72.  
  73.                             DISCLAIMER
  74.  
  75.    ZIP Converter is provided "as is".  Use at your own risk.
  76.    Gregory Sherman disclaims all warranties, including the implied
  77.    warranties of merchantability and fitness for a particular purpose.
  78.