home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / kazip1.zip / install.exe / KAZip.txt < prev    next >
Text File  |  1998-09-20  |  5KB  |  123 lines

  1. KAZip 1
  2. -------
  3.  
  4. Description: A PM utility for making zipfile management easier.
  5.  
  6. A very brief introduction.
  7.  
  8. Installation
  9. ------------
  10.     Running the install script will suffice in most case's however you may wish to
  11. add this directory to the PATH and LIBPATH statements in the config.sys file.
  12.  
  13.    If the KZTEMP, TEMP and TMP environment variables are not set KAZip will create
  14. temporary files in the directory C:\KAZip.tmp. KAZip tries KZTEMP, TEMP and TMP in
  15. turn and use the first valid one.
  16.  
  17. WARNING
  18. -------
  19.     As I include ka_crt1m.dll and ka_com1.dll with more than just this program you
  20. may have multiple versions of these.  If you do you should really put one copy
  21. of both into a directory along the LIBPATH.  Make sure you use the newest
  22. version.
  23.     Type bldlevel ka_com1.dll and bldlevel ka_crt1m.dll at a command prompt
  24. to check the versions( or check the time stamps ) to find out which is newer.
  25.  
  26. Requirements
  27. ------------
  28.    This program requires Info-Zip's unzip( I've only checked it with version
  29. 5.2) to extract files that aren't stored or deflated( method 8).  Unzip.exe will
  30. also be required to extract encrypted entries unless you compile a non-dummy
  31. kacrypt.dll( see makefile in kacrypt.zip for more details).
  32.  
  33. Usage
  34. -----
  35.     Double click the KAZip icon to be get started.
  36.  
  37. Command line usage
  38. ------------------
  39.     KAZip [file.zip]              - to open the zipfile for viewing
  40.     KAZip /EXTRACT [file.zip]    - to be presented with an extract dialog
  41.  
  42. File Associations
  43. -----------------
  44.    You can set file associations on page 2 of the settings notebook.
  45.    If a file is modified when it has been opened by an association it will be
  46. automatically updated( unless the archive is read only or a multi-part one).
  47.    One special program name is '||Zip' which open a KAZip window of the selected
  48. entry. This is so self-extracting zipfile's can be opened( as zipfile's) without
  49. the need to first extract them.
  50. Note: if using EPM.EXE as a program specify /M as a parameter as this makes sure
  51. control won't be returned until the edit session is complete( this is essential
  52. for the file to updated in the archive).
  53.  
  54.  
  55.  
  56. KAZipSFX.exe
  57. ------------
  58.     This can be used to create self extracting archives, like the one used to
  59. install this program.      
  60.     If you use this program to generate sfx zipfile's which you plan to
  61. distribute for money I would appreciate it if you would send a cheque for the same
  62. price as what your selling( preferably in pounds sterling). Obviously you can use
  63. it to distribute FREEWARE at no cost.
  64.  
  65. TODO
  66. ----
  67.     1)  better multi-disk support( e.g. convert to/from multi disk. ).
  68.     2)  support for other kinds of archives
  69.     3)  help files
  70.  
  71. MISC, BUGS, LIMITATIONS
  72. -----------------------
  73.     If you change the colours of the KAZip windows( by drag and drop from the
  74. various colour, font and scheme palettes) the dialog's colours may become strange
  75. as they are inheriting the colours.
  76.  
  77. Multi-disk probs/limitations.
  78. -----------------------------
  79.    KAZip sometimes gets confused with which disk is in when using with
  80. multi-disk archives.
  81.    All zipfile's created on removable media are multi-part zipfile's.
  82.    With multi-part archives you won't be able to switch out of 'Fullpath mode'.
  83. This is intentional as the entries need to be sorted before extraction and when
  84. not in 'Fullpath mode' the files in subdirs are extracted as the directory is
  85. recursed into which can lead to many disk swaps being needed to extract a few entries.
  86. ( NB:  you can override this behavior by specifying /NFP_MULTI as a command line parameter.)
  87.    Can only add files to a multi-part archive once.
  88.  
  89. Thanks go to
  90. ------------
  91.     1)  Jean-loup Gailly and Mark Adler for the excelent zlib general compression
  92.         library which is what I've used to (de)compress entries.
  93.     2)  Kai Uwe Rommel as I've used some of his code from Info-Zip's zip source,
  94. also everybody else at Info-Zip
  95.     3)  PKWARE as I got the general format of the zipfile from APPNOTE.TXT( found
  96.               in PKZ204G.ZIP).
  97.  
  98.  
  99. Getting in Touch
  100. ----------------
  101.  
  102.     If you use this program and like it, let me know by sending a postcard to:-
  103.  
  104.          24 St David's Walk,
  105.          Throston Grange,
  106.          Hartlepool,
  107.          TS26 0UL
  108.          ENGLAND
  109.  
  110.    If you don't like this program, discover any bugs or have any suggestions,
  111. please let me know why or what they are by e-mailing a message to me at:
  112.  
  113.          KAZip@ncl.clara.net
  114.  
  115.  
  116. Legal Stuff
  117. -----------
  118. KAZip is (c) Copyright 1996-98 by Kevin Ash.
  119.  
  120. KAZip is distributed in the hope that it will be useful, but with
  121. ABSOLUTELY NO WARRANTY; without even the implied warranty of MERCHANTABILITY
  122. or FITNESS FOR A PARTICULAR PURPOSE.
  123.