home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1996 May / buyer-0596.iso / utils / os2wzp / readme.txt < prev    next >
Text File  |  1995-10-25  |  7KB  |  162 lines

  1. Congratulations on your choice of ZIP OS/2, the premier program for data
  2. compression, encryption and archiving!
  3.  
  4. ZIP OS/2 is an advanced data compression program for IBM-compatible
  5. systems running IBM's OS/2 Operating System. ZIP OS/2 is compatible
  6. across many computer platforms, allowing you to transfer zipped files
  7. from one computer to another.
  8.  
  9. While powerful, ZIP OS/2 is easy to use. You can customize ZIP OS/2's
  10. settings with a variety of options. For example: use a faster
  11. compression method for speedier operations, use a higher compression
  12. ratio to save the most disk space, or use passwords to prevent
  13. unauthorized access to your most sensitive files.
  14.  
  15. ZIP OS/2 is a program for compressing data files. Compressed files take
  16. up less disk space. Compressed files are stored in a single Zip Archive.
  17. You could think of a Zip Archive file as an envelope for files. When a
  18. file is compressed, a copy of the file is placed into the Zip Archive.
  19. Putting files in a Zip Archive makes your file lists less confusing.
  20. Many files can be included in one Zip Archive.
  21.  
  22. ZIP OS/2 can compress both text documents and/or graphical images with
  23. equal ease. Zip Archive files can be stored on your hard drive or any
  24. type of removable media. Using ZIP OS/2 to compress a file is called
  25. "zipping" a file. A zipped file contains several things.  Most
  26. importantly, it contains the original data from your file. This is
  27. usually compressed (although you can choose no compression). Also
  28. included are the file's date and time shown in its original directory,
  29. the compressed and uncompressed file sizes, and the CRC value. An
  30. optional comment can be stored. System-specific information is also
  31. stored.  This system-specific information causes no problems in cross
  32. platform decompression.
  33.  
  34. ZIP OS/2 can also extract, or decompress, files. You must extract a file
  35. to edit it again or to output it. Extracting a file is called
  36. "unzipping" a file.
  37.  
  38. Use the ZIP command to compress your data into .ZIP archives and the
  39. UNZIP command to subsequently decompress it. A short description of
  40. these two commands follows, please consult the ZIP OS/2 documentation
  41. for additional information.
  42.  
  43. **************
  44. ***** ZIP *****
  45. **************
  46.  
  47. Usage:  ZIP [options] ZIPfile [@listfiles...] [files...]
  48.         ZIP -@listfile ZIPfile [files...]
  49.  
  50. ZIPfile         ZIPfile name.  The default extension is .ZIP.
  51. listfile                A text file containing filespecs, 1 filespec per line.
  52.  
  53. This is an options summary - please consult the ZIP OS/2 documentation for
  54. additional information.
  55.  
  56. 1. Choose the type of file processing from one of:
  57.  
  58.  -a[+]          add files [reset archive attributes]
  59.  -d             delete files from ZIPfile
  60.  -f             freshen files - ensures files in ZIPfile are up to date
  61.  -i[-]          add files with archive attribute set [don't reset attribute]
  62.  -l             display license agreement only
  63.  -m             move files into ZIPfile
  64.  -u             update files  - freshens and adds files not in ZIPfile
  65.  -v[c|t|h|m]    view ZIPfile [comments|technical|HPFS names|more],
  66.    [d|n|p|s|r]          [sort by [date|name|percentage|size|reverse order]
  67.  -w[H|S]        select files with attributes [Hidden | System]
  68.  
  69. 2. Choose the files to be processed with:
  70.  
  71.  files...               names of files to use. Wildcards are '*' and '?'.
  72.  @<list>        use files from listfile
  73.  -r             recurse through sub-directories
  74.  -p             store paths of files
  75.  -ta<DATE>      use files dated ON or AFTER <DATE> (specified as 'mmddyy')
  76.  -tb<DATE>      use files dated BEFORE <DATE>
  77.  -x<files>      eXclude files
  78.  -x@<list>      eXclude using listfile
  79.  
  80. 3. Choose other options if required:
  81.  
  82.  -@<list>       create listfile
  83.  -c             add/edit file comments
  84.  -e[x,n,f,s,0]  compression type: maXimum,Normal,Fast,Superfast,none(store)
  85.  -E             don't store OS/2 Extended Attributes
  86.  -R             Store REXX command file EAs (not stored by default)
  87.  -k             keep original date of ZIPfile
  88.  -s<pword>      scramble (encrypt) files using PASSWORD
  89.  -z             add ZIPfile comment
  90.  
  91. 4. Use of ZIP environment variable
  92.  
  93.  Use "SET ZIP=options" to set up default options for ZIP processing.
  94.  
  95.  For example.  If you always wish to view ZIP archives with the HPFS names
  96.  and a paged display (more) use: "Set ZIP=-vhm". The command: "ZIP myzip"
  97.  would then view the archive contents.
  98.  
  99.  When you are using an option such as "-v" in the environment variable it can
  100.  be overridden by using one of the other file processing options in the command
  101.  line.  With the above environment setting the command "ZIP -a myzip" would
  102.  allow you to add files.
  103.  
  104. This is an options summary - please consult the ZIP OS/2 documentation for
  105. additional information.
  106.  
  107. ****************
  108. ***** UNZIP *****
  109. ****************
  110.  
  111. Usage: UNZIP [options] ZIPfile [@listfiles...] [files...]
  112.  
  113. ZIPfile         ZIPfile name.  The default extension is .ZIP.
  114. listfile                A text file containing filespecs, 1 filespec per line.
  115.  
  116. This is an options summary - please consult the ZIP OS/2 documentation for
  117. additional information.
  118.  
  119. 1. Choose the type of file processing from one of:
  120.  
  121.  -c             extract files from ZIPfile to console
  122.  -e             extract files from ZIPfile (default)
  123.  -f             extract only newer existing files
  124.  -l             display license agreement only
  125.  -n             extract newer files and files that didn't exist
  126.  -t             test ZIPfile integrity
  127.                         (files are extracted but not written)
  128.  -v[c|t|h|m]    view ZIPfile [comments|technical|HPFS names|more],
  129.    [d|n|p|s|r]          [sort by [date|name|percentage|size|reverse order]
  130.  -@<list>       create listfile of files selected from ZIPfile
  131.  
  132. 2. Choose the files to be processed with:
  133.  
  134.  files...               names of files to use. Wildcards are '*' and '?'.
  135.  -x<files>      eXclude files
  136.  -x@<list>      eXclude using listfile
  137.  
  138. 3. Choose other options if required:
  139.  
  140.  -d             restore directory structure
  141.  -D<DIR>        destination directory (creates DIR if required)
  142.  -E             don't restore Extended Attributes
  143.  -H             don't UNZIP to HPFS filenames
  144.  -o             overwrite existing files (no prompt issued)
  145.  -s<pword>      unScramble files using PASSWORD
  146.  
  147. 4. Use of UNZIP environment variable
  148.  
  149.  Use "SET UNZIP=options" to set up default options for UNZIP processing.
  150.  
  151.  For example.  If you always wish to view ZIP archives with the HPFS names
  152.  and a paged display (more) use: "Set UNZIP=-vhm". The command: "UNZIP
  153.  myzip" would then view the archive contents.
  154.  
  155.  When you are using an option such as "-v" in the environment variable it can
  156.  be overridden by using one of the other file processing options in the command
  157.  line.  With the above environment setting the command "UNZIP -t myzip"
  158.  would allow you to test files.
  159.  
  160. This is an options summary - please consult the ZIP OS/2 documentation for
  161. additional information.
  162.