home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / apps / f1401 / winunzip.doc next >
Text File  |  1991-08-30  |  6KB  |  173 lines

  1.                               WinUnZip.exe
  2.  
  3. WinUnZip Copyright (c) 1991 by Mickey Coulter. All Rights Reserved.
  4.  
  5. -----------------------------------------------------------------------------
  6. ABOUT WinUnZip
  7. --------------
  8.  
  9. This is a much improved version of WinUnZip from version 1.3. You can now:
  10. o    Set the destination path for file extraction.
  11. o    Use stored directories when extracting files.
  12. o    List the contents of a ZIP file.
  13. o    Selectively extract member files.
  14. o    View member text files.
  15. o    Specify the viewing program.
  16. o    Command line options.
  17.  
  18. ... All this while maintaining a simple user interface. One of the things 
  19. people told me they liked about the original WinUnZip 1.x was its simplicity.
  20. I have tried to add requested features while keeping it simple. 
  21.  
  22. USING COMMAND LINE OPTIONS
  23. --------------------------
  24.  
  25. WinUnZip [-e -d -q] <zipname>[.zip]
  26.  
  27. -e    extract files, then close.
  28. -d    use stored directories.
  29. -q    quiet operation, works as an icon, then closes.
  30.  
  31. Specifying only a zip file name will bring up the program with the contents
  32. of the zip file listed.
  33.  
  34. Any or all of these command line switches may be used at once.
  35. NOTE: A list of the command line switches is available in the About box.
  36.  
  37.  
  38. SELECTIVE EXTRACTION
  39. --------------------
  40.  
  41. To selectively extract member files from a zipfile highlight the ones you
  42. want extracted using standard Window listbox controls.
  43.     Spacebar or left mouse click highlights one file.
  44.     Shift+Down Arrow or Ctrl+Left Click highlights multiple files.
  45.  
  46. THE MAIN DISPLAY
  47. ----------------
  48.  
  49. This is where the ZIP file is listed. In it you will see:
  50.  
  51.     Member file name   uncompressed length   date   time   path
  52.  
  53. When you select menu option File.Extract, the main window will switch to
  54. show you a list of files being extracted and the method of extraction.
  55. Upon completion of the operation the view will switch back to the list of
  56. ZIP contents.
  57.  
  58.  
  59. TARGET PATHS
  60. ------------
  61.  
  62. Just a note about the Options.Target Path command. This is where you designate
  63. where you want to extract the ZIP contents to. When the program is first
  64. brought up this dialog box will contain the path from which the program was
  65. launched. You can specify the target path and it will retain this setting
  66. for the duration of the session. Loading a file from another sub directory
  67. will not change your desired target path setting. 
  68.  
  69. NOTE: At this time you cannot specify a path on the command line either for
  70. the ZIP file or for the destination.
  71.  
  72. INI FILE
  73. --------
  74.  
  75. A file called WINUNZIP.INI is created in the Windows directory to store:
  76. 1) The name of your file viewer (defaults to NOTEPAD.EXE if blank).
  77. 2) The use of stored sub directories in the ZIP file.
  78.  
  79. MENU OPTIONS
  80. ------------
  81.  
  82. File
  83.     Open                    Use the combo box to select a zip file.
  84.     Close                    Close the current zip file.
  85.     Extract                    Extract highlighted files.
  86.     View                    View the currently highlighted file.
  87.  
  88. Options
  89.     Target Path                Dialog box allows entry of target path.
  90.     Viewer Command            Dialog box allows specifying of a file viewer.
  91.     Use Dirs stored in Zip    Toggle checkmark on menu.
  92.  
  93. Help
  94.     About                    A reminder of command line options, and the
  95.                             fine person who wrote this program.
  96.  
  97.  
  98. INSTALLATION
  99. ------------
  100.  
  101. It's a snap! Simply copy the winunzip.exe to the desired sub directory.
  102. The program will generate its own winunzip.ini file in the Windows sub
  103. directory the first time it's run.
  104.  
  105. If you copy the program to a sub directory that is not on your DOS path,
  106. then be sure you specify the full path name and file name when you call
  107. winunzip from another program. You'll also need to specify the full path
  108. under the Extensions section of your win.ini file.
  109.  
  110. REGISTRATION
  111. ------------
  112.  
  113. This version of WinUnZip is not free. Much time has been spent on the
  114. version 2 features and I hope you will support my efforts (and those of
  115. other shareware authors). The registration fee is a modest $10.00 per
  116. single PC or workstation. Send payment to:
  117.     
  118.     Mickey Coulter
  119.     3423 Fountain Circle
  120.     Montgomery, AL 36116
  121.  
  122.  
  123. DISCLAIMER
  124. ----------
  125.  
  126. The author of this program accepts no liability for the use of this program.
  127. No claims for fitness for use in a particular situation are made either 
  128. implied or otherwise. Your use of this software constitutes your agreement
  129. and acceptance of these terms. 
  130.  
  131. HISTORY
  132. -------
  133.  
  134. 04/01/91
  135. 1.0             o Initial release.
  136.  
  137. 04/07/91
  138. 1.1             o Fixed File/Open/Cancel bugglet.
  139.                 o Program now unzips to the directory in which the Zip
  140.                   file resides.
  141.                 o Window now clears before the next Zip file is unzipped.
  142.  
  143. 04/12/91
  144. 1.2             o Added CRC checking.
  145.                 o Resizing the window does not clear it.
  146.                 o Added a graphic icon.
  147. 05/07/91
  148. 1.3             o Temporarily removed CRC checking.
  149.                 o Reworked data segments to allow multiple instances.
  150.                   (should've bought the Petzold book first!)
  151.                 o New icon, thanks to Paul Mayer.
  152.  
  153. 08/24/91
  154. 2.0                o Added "View" capability. Zip file contents can now be
  155.                   listed and selectively viewed or extracted.
  156.                 o Target path can now be specified.
  157.                 o Viewer program can be specified.
  158.                 o If a file was Zipped with directories, those directories
  159.                   can now be used when unzipping with WinUnZip.
  160.                 o Reworked the command line options.
  161.                 o Completely rewrote the unzip code to allow for better
  162.                   memory management.
  163.  
  164.  
  165. Mickey Coulter
  166. 3423 Fountain Circle
  167. Montgomery, AL 36116
  168. (205) 279-8498
  169.  
  170. CIS: 76317,242
  171.  
  172.  
  173.