home *** CD-ROM | disk | FTP | other *** search
/ C/C++ 3D Game Tools / C-C++ 3D Game Tools.iso / ziptools / arj / zipcvt27.arj / ZIPCVT.DOC < prev    next >
Encoding:
Text File  |  1993-04-04  |  5.8 KB  |  141 lines

  1.  
  2.                           ZIP Converter 2.7
  3.                 Copyright (c) 1993  Gregory Sherman
  4.  
  5.  
  6.                              DISTRIBUTION
  7.  
  8.      This program is shareware.  You can upload it to BBSs, give copies
  9.      to friends, etc.  Please distribute it in the archive ZIPCVT27.ZIP,
  10.      which contains this file, ZIPCVT.EXE, CVTREG.FRM, and FILE_ID.DIZ.
  11.  
  12.  
  13.                              REGISTRATION
  14.                                         
  15.       You may evaluate ZIP Converter for a period of 10 days.  If you
  16.       continue to use it beyond this period, you must register.
  17.       Registered users will receive instructions that will prevent
  18.       the registration notice from appearing.  Your registration will 
  19.       be valid for all future versions of ZIP Converter.
  20.  
  21.       The registration fee is $5 for a single user on one computer.
  22.       This price is valid until the release of ZIP Converter 3.0.
  23.       You may send a check (US funds drawn on a U.S. bank),
  24.       postal money order, or cash to:
  25.  
  26.                          Gregory Sherman
  27.                          4750 Sawtelle Blvd
  28.                          Culver City CA  90230
  29.  
  30.       You can print and fill out the included registration form, 
  31.       CVTREG.FRM.  Otherwise, please include your name (as you
  32.       want it to appear when the program runs) and your address
  33.       with your registration fee.
  34.  
  35.       Please write or send E-Mail for quantity and site-license
  36.       pricing.
  37.  
  38.  
  39.                               E-MAIL
  40.  
  41.            Send questions and comments via Internet to:
  42.              Gregory.Sherman@f129.n102.z1.fidonet.org
  43.  
  44.                              or call
  45.  
  46.                  The Source BBS (310)371-3737
  47.                     USR DS 14.4k v.32bis
  48.                 latest version in File Area 1
  49.        leave message for Gregory Sherman in Conference 0
  50.  
  51.  
  52.  
  53.                             INTRODUCTION
  54.  
  55.      ZIP Converter will change your version 1.x ZIP archives to
  56.      version 2.04.   The program can be run on a single file
  57.      or all ZIP archives in a specified directory each time it is
  58.      run.  It can be used on both hard and floppy drives.  The
  59.      program determines the version of a ZIP file and will not
  60.      convert an archive that is already in 2.04 format.  The old
  61.      archives are unzipped with the -d option (preserve
  62.      subdirectories).  The new archives are created with the -rP
  63.      (restore subdirectories), -o (set archive date to latest file
  64.      date) and -ex (maximum compression) options  (see PKZIP
  65.      documentation for more information).  ZIP Converter
  66.      will convert ZIP files within a ZIP file (one level only).
  67.  
  68.                  
  69.                            INSTRUCTIONS
  70.  
  71.    Place ZIPCVT.EXE and the new versions of PKZIP.EXE and PKUNZIP.EXE
  72.    in directories included in the PATH statement of your
  73.    AUTOEXEC.BAT file.  Run ZIPCVT from a hard drive or a RAM drive with
  74.    adequate space for temporary files created by ZIPCVT and PKZIP.
  75.  
  76.    ZIP Converter is run from the DOS command line with this form:
  77. zipcvt <file-pathname | directory-path> [-n] [-p#] [-r | -z comment-pathname]
  78.  
  79.    "filename" can be of the form "name" or "name.zip".  Absolute and
  80.    relative pathnames can also be used.  "." for the current directory
  81.    and ".." for the parent directory can be used in relative pathnames.
  82.  
  83.    "directory-path" can also be a relative or absolute pathname.
  84.    The final '\' must be included as in "c:\qmodem\ud\".
  85.  
  86.    The optional parameter "-n" prevents ZIP Converter from checking
  87.    ZIP versions in order to increase the speed of conversion.  This
  88.    should only be used if you are sure that all ZIP files are in
  89.    the old format.
  90.  
  91.    The optional parameter "-p#" is intended for use on directories
  92.    that have a large number of ZIPs.  # is an integer you choose.
  93.    After converting # of ZIPs, the program will display a prompt
  94.    (C)ontinue or (Q)uit ?  You then press "c" or "q" to choose.
  95.    If you press "c" the program will again display this prompt
  96.    after another # of ZIPs have been converted.  This will be repeated
  97.    until all ZIPs have been converted or you press "q" at a prompt.
  98.  
  99.    The optional parameter "-r" instructs ZIP Converter to remove
  100.    comments from the ZIP archives it converts.
  101.  
  102.    The optional parameter "-z" instructs ZIP Converter to add
  103.    comments to the ZIP archives it converts. "comment-pathname" is 
  104.    the pathname of a plain ASCII text file that contains the comments.
  105.  
  106.  
  107.    Examples : "zipcvt lib2" will convert the file LIB2.ZIP in the
  108.                  current directory to 2.04 format if necessary
  109.  
  110.               "zipcvt b: -r" or "zipcvt b:\ -r" will convert archives
  111.                  in drive B's root directory, removing all comments
  112.  
  113.               "zipcvt \progs\libs\bak\ -n" will do the conversion for ZIP
  114.                  files in \progs\libs\bak\ of the current drive, without
  115.                  checking for ZIP versions
  116.  
  117.               "zipcvt \term\dls\ -z \utils\comment.txt" will convert
  118.                  ZIP files in \term\dls\, adding the contents of
  119.                  \utils\comment.txt as comments to all ZIP files
  120.  
  121.               "zipcvt . -p10" will convert ZIP files in the current
  122.                  directory, asking if you want to continue after
  123.                  converting 10, 20, 30, ...  ZIPs
  124.  
  125.               C:\TP\SOURCE\UNITS> "zipcvt .." will convert all
  126.                  archives in C:\TP\SOURCE\
  127.  
  128.                              DISCLAIMER
  129.  
  130.    ZIP Converter is provided "as is".  Use at your own risk.  
  131.    Gregory Sherman disclaims all warranties, including the implied 
  132.    warranties of merchantability and fitness for a particular purpose.
  133.  
  134.  
  135.                           ACKNOWLEDGEMENTS
  136.  
  137.      PKZIP and PKUNZIP are registered trademarks of PKWARE, Inc.
  138.  
  139.  
  140.                         <end of ZIPCVT.DOC >
  141.