home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / zip / zipquik4.arc / README.NOW next >
Text File  |  1989-02-16  |  3KB  |  92 lines

  1.  
  2.                  ZipQuik Version 4   Released 2-17-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.    The author of this package is NOT affiliated with any particular company,
  12. but has been written ONLY to perform the conversion on his board. It was so
  13. useful that I have decided to make it available to all sysops FREE. If you
  14. like this product, you are encouraged to call The Silicon Zone at the number
  15. listed below and leave a comment that you did like it.
  16.  
  17.  
  18.    CAUTION!!  I would recommend that you make a backup of your existing system
  19. just to prevent any loss of data. This program will work your harddisk quite
  20. a lot, and hence may cause lack of data due to sheer "hard use" of the hard
  21. disk. Besides... Better safe than sorry!
  22.  
  23.    This program REQUIRES approximately 1 megabyte free on the harddisk that
  24. it is executed on. If there is not enough room, problems *MAY* arrise in
  25. the conversion procedure. If you have archives that are larger and 300k, you
  26. may require as much as 2 megabytes of free hard disk space.
  27.  
  28.    You may desire to convert more than one directory at a time, in that case,
  29. you may create a batch file which changes to each of the directories one by
  30. one and runs the ZipQuik program.
  31.  
  32.  
  33. Syntax is:  ZipQuik  [-Options]
  34.  
  35. Options are:
  36.  
  37.      -c<type>  -> PkZip Compression to be used: 1=fastest,4=slowest
  38.                                                 1=largest,4=smallest
  39.      -f<type>  -> from.. types may be "pkpak","pkarc","pkzip"
  40.                                       "pak", "asc", or "zoo"
  41.      -t<type>  -> to.... types may be "pkpak","pkarc","pkz
  42.                                       "pak", or "zoo"
  43.      -d        -> Delete OLD files when converted
  44.      -all      -> Convert arcs within arcs
  45.      -for<fn>  -> FOR this type of file. (Wildcards permitted!)
  46.      -q        -> QUIET mode on (Limited output)
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.   Examples:
  62.  
  63.  
  64.  ZipQuik -c4 -fPKARC -tPKZIP -d       Arc to Zip, HIGH compression (entire dir)
  65.  ZipQuik -fPKPAK -tPKZIP              Pak to Zip, NRML Compression (entire dir)
  66.  ZipQuik -forM*.Arc -fPKARC -tPKZIP   Convert M*.Arc (Arc files) to Zip
  67.  ZipQuik -fASC -tPKZIP -for*.txt      Convert *.Txt ascii files to Zip
  68.  ZipQuik -for:\download\thisone.arc   INVALID! Path NOT allowed
  69.  
  70.  
  71.   NOTE:  -f is REQUIRED!
  72.          Options are not case sensitive. 
  73.  
  74. More Examples:
  75.  
  76.   ZipQuik -fASC -tPkZip -for*.doc      Convert all *.doc ASCII files to the
  77.                                        Zip file format. Each .Doc file will
  78.                                        be stored in its own Zip file.
  79.  
  80.   ZipQuik -fASC -tPkArc -for*.txt      Convert all *.txt ASCII files to the
  81.                                        Arc file format. Each .Txt file will
  82.                                        be stored in its own Arc file.
  83.  
  84. Feedback?
  85.  
  86. John H. Bergman
  87. The Silicon Zone   (305) 721-0960    (300/1200/2400)
  88.  
  89. Updates of this program are also available from:
  90. Av-Sync Atlanta     (404) 320-6202   (300/1200/2400/9600)
  91.  
  92.