home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pcjr / arc / ZIPQUIK5.LZH / README.NOW next >
Text File  |  1989-02-19  |  5KB  |  122 lines

  1.  
  2.                  ZipQuik Version 5   Released 2-19-89
  3.                          by  John H. Bergman
  4.  
  5.    This small utility has been developed to provide an easy means to convert
  6. any and all existing files to the ".ZIP" format. It will convert files in the
  7. current directory only. You should use the "-d" option to remove the old
  8. files after the conversion. You can also choose the type of compression,
  9. as well as which Archiver program to use to un-pack existing files.
  10.  
  11.  
  12.    CAUTION!!  I would recommend that you make a backup of your existing system
  13. just to prevent any loss of data. This program will work your hard disk quite
  14. a lot, and hence may cause lack of data due to sheer "hard use" of the hard
  15. disk. Besides... Better safe than sorry!
  16.  
  17.    This program REQUIRES approximately 1 megabyte free on the harddisk that
  18. it is executed on. If there is not enough room, problems *MAY* arrise in
  19. the conversion procedure. If you have archives that are larger and 300k, you
  20. may require as much as 2 megabytes of free hard disk space.
  21.  
  22.    You may desire to convert more than one directory at a time, in that case,
  23. you may create a batch file which changes to each of the directories one by
  24. one and runs the ZipQuik program.
  25.   
  26.    There are many cases where you wish to place an COMMENT into each of your
  27. Zip files (or PkArc/PkPak files). This is accomplished by setting the
  28. environment variable "ZIPQUIK" to the comment that you would like placed
  29. into all of your files. The maximum length of the comment is 45 characters,
  30. and ZipQuik will truncate your comment at that point.
  31.  
  32.    To set the environment variable for ZipQuik to place comments into your
  33. archives, use the Dos command called Set. Here are a few Examples of setting
  34. the environment so ZipQuik will add comments to the conversion:
  35.  
  36.      Set ZIPQUIK=Call The Silicon Zone at 305-721-0960
  37.      Set ZipQuik=This file converted using ZipQuik!
  38.      Set ZipQuik=File Courtesy of Av-Sync Atlanta 404-320-6202
  39.  
  40. HELPFUL HINT:  If you already have your files in the ".Arc" format and for
  41.                some reason you do not wish to completely convert your files
  42.                to another format, you can use ZipQuik to set the archive
  43.                comment as you desire.
  44.  
  45.  
  46. Syntax is:  ZipQuik  [-Options]
  47.  
  48. Options are:
  49.  
  50.      -ca<type> -> PkZip Compression (for ascii files)  1=fastest,4=slowest
  51.      -cb<type> -> Pkzip Compression (for binary files) 1=largest,4=smallest
  52.      -c<type>  -> PkZip Compression (for both types)   "       " "        "
  53.      -f<type>  -> from.. types may be "pkpak","pkarc","pkzip"
  54.                                       "pak", "asc", or "zoo"
  55.      -t<type>  -> to.... types may be "pkpak","pkarc","pkz
  56.                                       "pak", or "zoo"
  57.      -d        -> Delete OLD files when converted
  58.      -all      -> Convert arcs within arcs
  59.      -for<fn>  -> FOR this type of file. (Wildcards permitted!)
  60.      -q        -> QUIET mode on (Limited output)
  61.      -o        -> PkZIP only, make zip date same as newest file date
  62.      -sd       -> make NEW file have same date as OLD file
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.   Examples:
  76.  
  77.  
  78.  ZipQuik -c4 -fPKARC -tPKZIP -d       Arc to Zip, HIGH compression (entire dir)
  79.  ZipQuik -fPKPAK -tPKZIP              Pak to Zip, NRML Compression (entire dir)
  80.  ZipQuik -forM*.Arc -fPKARC -tPKZIP   Convert M*.Arc (Arc files) to Zip
  81.  ZipQuik -fASC -tPKZIP -for*.txt      Convert *.Txt ascii files to Zip
  82.  ZipQuik -for:\download\thisone.arc   INVALID! Path NOT allowed
  83.  
  84.  
  85.   NOTE:  -f is REQUIRED!
  86.          Options are not case sensitive.
  87.  
  88. More Examples:
  89.  
  90.   ZipQuik -fASC -tPkZip -for*.doc      Convert all *.doc ASCII files to the
  91.                                        Zip file format. Each .Doc file will
  92.                                        be stored in its own Zip file.
  93.  
  94.   ZipQuik -fASC -tPkArc -for*.txt      Convert all *.txt ASCII files to the
  95.                                        Arc file format. Each .Txt file will
  96.                                        be stored in its own Arc file.
  97.  
  98.  
  99.   ZipQuik -fPkArc -tPkZip -o           Convert all *.arc files to the Zip
  100.                                        file format. Each Zip file will be
  101.                                        dated according to the newest file
  102.                                        contained WITHIN the Zip file.
  103.  
  104.   ZipQuik -ca1 -cb4 -fPkArc -tPkZip    Convert all *.arc files to the Zip
  105.                                        file format. PkZip will use the
  106.                                        compression factor of 1 for the ascii
  107.                                        files and 4 for the binary files.
  108.  
  109.   ZipQuik -c4 -fZoo -tPkZip            Convert all *.zoo files to the Zip
  110.                                        file format. PkZip will use the
  111.                                        compression factor of 4 for all files.
  112.  
  113.  
  114. Feedback?
  115.  
  116. John H. Bergman
  117. The Silicon Zone   (305) 721-0960    (300/1200/2400)
  118.  
  119. Updates of this program are also available from:
  120. Av-Sync Atlanta     (404) 320-6202   (300/1200/2400/9600)
  121.  
  122.