punzip.htp
上传用户:andy_li
上传日期:2007-01-06
资源大小:1019k
文件大小:17k
源码类别:

压缩解压

开发平台:

MultiPlatform

  1. <html>
  2. <head>
  3. <title>Pocket UnZip</title>
  4. </head>
  5. <body>
  6. <h2>Pocket UnZip</h2>
  7. <hr>
  8. <h3>Table of Contents</h3>
  9. <ul>
  10.     <li>Why use Pocket UnZip for Windows CE?</li>
  11.     <li>Key Features of Pocket UnZip</li>
  12.     <li>Installing Pocket UnZip</li>
  13.     <li>Opening a Zip File</li>
  14.     <li>Zip File Listing</li>
  15.     <li>Properties Dialog</li>
  16.     <li>File Comments</li>
  17.     <li>Extracting Files</li>
  18.     <li>Testing Files</li>
  19.     <li>Viewing Files</li>
  20.     <li>Encrypted Files</li>
  21.     <li>About Pocket UnZip</li>
  22. </ul>
  23. <hr>
  24. <h3>Why use Pocket UnZip for Windows CE?</h3>
  25. <ul>
  26.     <li>Your H/PC can now read the number one file format used
  27.         for Internet downloads.</li>
  28.     <li>Software venders can now distribute their Windows CE
  29.         applications in a single compressed Zip file. </li>
  30.     <li>Maximize your PCMCIA flash card ram storage by zipping up
  31.         files to take with you on the road.</li>
  32. </ul>
  33. <hr>
  34. <h3>Key Features of Pocket UnZip</h3>
  35. <ul>
  36.     <li>Handles all files created with a Zip compatible
  37.         compression utility. This includes utilities from PKWARE,
  38.         Info-ZIP, and many others. </li>
  39.     <li>Easy to use graphical interface that closely resembles
  40.         the Windows CE Explorer. </li>
  41.     <li>Displays a detailed list of Zip file contents, including
  42.         name, date, size, attributes, and compression statistics
  43.         of each file. </li>
  44.     <li>Displays comments for the each file within the Zip file,
  45.         as well as the main comment for the Zip file itself. </li>
  46.     <li>Supports the ability to test files, extract files, and
  47.         view files directly from the Zip file. </li>
  48.     <li>Supports decryption of password encrypted Zip files. </li>
  49.     <li>It's free!</li>
  50. </ul>
  51. <hr>
  52. <h3>Installing Pocket UnZip</h3>
  53. <p>Place <strong>PUNZIP.EXE</strong> and <strong>PUNZIP.HTP </strong>(optional
  54. help file) into your <strong>Windows</strong> directory on your
  55. H/PC.</p>
  56. <p>From your H/PC's <strong>Start Menu</strong>, choose <strong>Run...</strong>,
  57. enter &quot;<strong>punzip</strong>&quot;, and tap <strong>OK</strong>.</p>
  58. <p>The first time you run Pocket UnZip, it will register itself
  59. as the application for handling Zip files. From then on, you can
  60. just double-tap on Zip files in Explorer or from your Desktop to
  61. open them in Pocket UnZip.</p>
  62. <hr>
  63. <h3>Opening a Zip File</h3>
  64. <p>There are several ways to open a Zip file.</p>
  65. <ul>
  66.     <li>Double-tap on a Zip file in Windows CE Explorer or from
  67.         your Windows CE desktop. </li>
  68.     <li>From within Pocket UnZip, choose the <strong>Open...</strong>
  69.         command from the <strong>File</strong> menu. You may also
  70.         tap the <strong>Open</strong> toolbar button or press <strong>Ctrl+O</strong>.
  71.     </li>
  72.     <li>Pocket UnZip keeps track of the four most recently opened
  73.         Zip files. You may quickly open one of these recent files
  74.         by selecting the Zip file directly from Pocket UnZip's <strong>File</strong>
  75.         menu.</li>
  76. </ul>
  77. <hr>
  78. <h3>Zip File Listing</h3>
  79. <p>Pocket UnZip's main view displays a list of files,
  80. directories, and volume labels that are stored within the
  81. currently loaded Zip file. This list can be displayed in two
  82. modes, normal and expanded. The normal mode is sufficient for
  83. most users. It contains the following information for every item
  84. in the Zip file:</p>
  85. <ul>
  86.     <li><strong>Name</strong>: Name and path of the compressed
  87.         file, directory, or volume label.</li>
  88.     <li><strong>Size</strong>: Size, in bytes, that the item
  89.         requires when uncompressed.</li>
  90.     <li><strong>Type</strong>: Type of item.</li>
  91.     <li><strong>Modified</strong>: Date and time that the item
  92.         was last modified.</li>
  93. </ul>
  94. <p>Expanded mode contains all the above information, plus the
  95. following additional information:</p>
  96. <ul>
  97.     <li><strong>Attributes</strong>: Attributes of the item.
  98.         <ul>
  99.             <li><font face="Courier New"><strong>V</strong></font>:
  100.                 Volume label</li>
  101.             <li><font face="Courier New"><strong>D</strong></font>:
  102.                 Directory</li>
  103.             <li><font face="Courier New"><strong>R</strong></font>:
  104.                 Read-only file</li>
  105.             <li><font face="Courier New"><strong>A</strong></font>:
  106.                 Archive file</li>
  107.             <li><font face="Courier New"><strong>H</strong></font>:
  108.                 Hidden file</li>
  109.             <li><font face="Courier New"><strong>S</strong></font>:
  110.                 System file</li>
  111.             <li><font face="Courier New"><strong>E</strong></font>:
  112.                 Encrypted (this file will require a password)</li>
  113.             <li><font face="Courier New"><strong>C</strong></font>:
  114.                 Comment (this item has a comment)</li>
  115.         </ul>
  116.     </li>
  117.     <li><strong>Compressed</strong>: Compressed size, in bytes,
  118.         of the item.</li>
  119.     <li><strong>Ratio</strong>: Compression ratio of the item.</li>
  120.     <li><strong>Method</strong>: Compression method used to
  121.         compress the item.</li>
  122.     <li><strong>CRC</strong>: 32 bit Cyclic Redundancy Check
  123.         signature of the item.</li>
  124.     <li><strong>Comment</strong>: Optional comment string that
  125.         was associated with the item when compressed.</li>
  126. </ul>
  127. <p>You may toggle between the normal view and the expanded view
  128. by selecting the <strong>Extended View</strong> option from the <strong>View</strong>
  129. menu, or by tapping the associated toolbar button.</p>
  130. <hr>
  131. <h3>Properties Dialog</h3>
  132. <p>The properties dialog is useful for viewing detailed
  133. information for one or more files. It is invoked by selecting one
  134. or more files in the file list and then choosing <strong>Properties</strong>
  135. from the <strong>File</strong> menu. For convenience, you can
  136. also tap the toolbar button or press <strong>Alt+Enter</strong>.</p>
  137. <p>If one file is selected, the properties dialog will show you
  138. detailed information about that one file and its comment.</p>
  139. <p>If multiple files are selected, the dialog will show you
  140. combined results for all the files selected. Cumulative results
  141. will be given for the file count, byte counts, and compression
  142. ratio. Merged results will be given for the compression method,
  143. date, CRC, attributes, and comment. For the date, all values that
  144. are common between the selected files (such as year), will be
  145. shown with their common value. All values that differ between the
  146. selected files will be shown as question marks. For attributes, a
  147. black check means that all selected files have that particular
  148. attribute, a gray check mark means that some of the selected
  149. files have that attribute, and no check mark means that none of
  150. the selected files have that attribute.</p>
  151. <p>By using the properties dialog with multiple files, you can
  152. determine things like... What is the total number of files or
  153. bytes in the Zip file? What is the total compression ratio for
  154. all selected files. Are all the selected files from the same
  155. year? Same month? How many files have comments?</p>
  156. <hr>
  157. <h3>File Comments</h3>
  158. <p>Zip files provide two levels of commenting. At compression
  159. time, users can add per-file comments, as well as one main
  160. comment for the entire Zip file. The per-file comments are
  161. usually used to give a short description of each file. The main
  162. comment is usually used for credits, copyright information,
  163. installation instructions, version numbers, etc. Pocket UnZip
  164. can display both types of comments. </p>
  165. <p>Per-file comments can be viewed in Comments column of the main
  166. file list while in expanded mode (see the <strong>Zip File Listing</strong>
  167. section) and also in the properties dialog (see the <strong>Properties
  168. Dialog</strong> section).</p>
  169. <p>The main Zip file comment can be viewed by selecting <strong>Zip
  170. File Comment</strong> from the <strong>View</strong> menu or by
  171. pressing the associated toolbar button. This option will be
  172. disabled if the Zip file does not contain a main comment.</p>
  173. <hr>
  174. <h3>Extracting Files</h3>
  175. <p>Once you have opened a Zip file into Pocket UnZip, you should
  176. see a list of the Zip file's contents. Select one or more files
  177. from the file list and then choose <strong>Extract Selected Files</strong>
  178. (<strong>Ctrl+E</strong>) or <strong>Extract All Files</strong> (<strong>Ctrl+A</strong>,
  179. <strong>Ctrl+E</strong>) from the <strong>Action</strong> menu. You may
  180. also use the noted shortcut keys or the associated toolbar
  181. buttons.</p>
  182. <p>An extract options dialog will appear showing you some
  183. statistics about the files you are about to extract and prompting
  184. you for some information. There are three options available to
  185. you.</p>
  186. <p>The <strong>Restore file paths</strong> option allows you to
  187. control whether the directory structure of the files you have
  188. selected to extract will be preserved. When this option is
  189. checked, any directory paths associated with the compressed files
  190. will be created, and the file will be extracted to the newly
  191. created directory. If this option is not checked, all files will
  192. be extracted to a single directory, regardless of any path
  193. information associated with the compressed files.</p>
  194. <p>The <strong>Overwrite Options</strong> allow you to tell
  195. Pocket UnZip what to do if a file already exists on your file
  196. system with the same name of a file that is about to be
  197. extracted. The choices are:</p>
  198. <ul>
  199.     <li><strong>Prompt to overwrite</strong>: Causes a dialog to
  200.         appear for every situation that involves possibly
  201.         overwriting a file. This allows you to decide what files
  202.         get overwritten on a file-by-file basis. </li>
  203.     <li><strong>Overwrite if newer</strong>: Causes Pocket UnZip
  204.         to automatically overwrite any files that have a date and
  205.         time that is earlier then the date and time of the file
  206.         being extracted. This option can be useful for updating
  207.         files. </li>
  208.     <li><strong>Always overwrite</strong>: Causes Pocket UnZip to
  209.         always automatically overwrite any files without
  210.         prompting or warning. Use with caution. </li>
  211.     <li><strong>Never overwrite</strong>: Causes Pocket UnZip to
  212.         automatically skip all files that already exist on the
  213.         file system.</li>
  214. </ul>
  215. <p>The <strong>Extract To</strong> field specifies the root
  216. directory that should be used to extract files to. If you checked
  217. the <strong>Restore file paths</strong> option, then any
  218. directories associated with the files being extracted will be
  219. created under the directory specified in this field. The
  220. directory you enter must already exist. To create directories and
  221. browse for directories, use the <strong>Browse...</strong>
  222. button.</p>
  223. <p>Once you have chosen the options you wish to use, press the <strong>Extract</strong>
  224. button. A progress dialog will appear and the extraction will
  225. begin. At any time during the extraction, you may tap the <strong>Abort</strong>
  226. button to abort the extraction operation.</p>
  227. <p><strong>Note: Aborting the
  228. extraction operation while processing a file will likely cause a
  229. partial file to get extracted and saved.</strong></p>
  230. <p>During the extraction, you may get interrupted for one of
  231. three reasons. First, if an error occurs, you will be notified
  232. with a message box. Second, if you have chosen the <strong>Prompt
  233. to overwrite</strong> option and you are trying to extract a file
  234. that already exists, you will be prompted on how to handle the
  235. situation. Third, if a file being extracted is encrypted, then
  236. you will be prompted for that file's password (see the <strong>Encrypted
  237. Files</strong> section).</p>
  238. <p>Once the extraction is complete, the <strong>Abort</strong>
  239. button will change to a <strong>Close</strong> button and any
  240. errors or warnings will be displayed. Tap the <strong>Close</strong>
  241. button to return to Pocket UnZip's main screen.</p>
  242. <hr>
  243. <h3>Testing Files</h3>
  244. <p>Testing files is essentially the same as extracting files,
  245. except for that the actual extracted data is never written to
  246. your file system. Testing files is useful when you wish to verify
  247. the integrity of a Zip file without actually extracting the files
  248. within it.</p>
  249. <p>Once you have opened a Zip file into Pocket UnZip, you should
  250. see a list of the Zip file's contents. Select one or more files
  251. from the file list and then choose <strong>Test Selected Files</strong>
  252. (<strong>Ctrl+T</strong>) or <strong>Test All Files</strong> (<strong>Ctrl+A</strong>,
  253. <strong>Ctrl+T</strong>) from the <strong>Action</strong> menu. You may
  254. also use the noted shortcut keys or the associated toolbar
  255. buttons.</p>
  256. <p>A progress dialog will appear and the testing will begin. At
  257. any time during the testing, you may tap the <strong>Abort</strong>
  258. button to abort the testing operation.</p>
  259. <p>During the testing, you may get interrupted for one of two
  260. reasons. First, if an error occurs, you will be notified with a
  261. message box. Second, if a file being tested is encrypted, then
  262. you will be prompted for that file's password (see the <strong>Encrypted
  263. Files</strong> section).</p>
  264. <p>Once the testing is complete, the <strong>Abort</strong>
  265. button will change to a <strong>Close</strong> button and any
  266. errors or warnings will be displayed. Tap the <strong>Close</strong>
  267. button to return to Pocket UnZip's main screen.</p>
  268. <hr>
  269. <h3>Viewing Files</h3>
  270. <p>Pocket UnZip provides the ability to view, or even execute,
  271. files directly from a Zip file. This feature is a major
  272. convenience over having to extract and then manually open each
  273. file you wish to view. Internally, this is what Pocket UnZip is
  274. doing for you, but it takes care of all the work of extracting
  275. the file to a temporary directory, launching the associated
  276. viewer for that file type, and cleaning up when done.</p>
  277. <p>To view a file, simply select a single file from Pocket
  278. UnZip's main file list and press <strong>Enter</strong>. You may also
  279. choose <strong>View Selected File</strong> from the <strong>Action</strong>
  280. menu, press the associated toolbar button, or just double-tap on
  281. the file you wish to view.</p>
  282. <p>The file will be extracted to a directory called<strong>
  283. Temporary Pocket UnZip Files</strong> in the root of your file
  284. system. If the file you wish to view is encrypted, you will be
  285. prompted for a password. If the file has an associated viewer
  286. application installed (such as Pocket Word for .PWD files), then
  287. that viewer will automatically be launched with the newly
  288. extracted file as its command line. If there is no associated
  289. viewer application, then you will be prompted for the application
  290. you wish to use to view the file.</p>
  291. <p>Pocket UnZip also provides minimal support for allowing you to
  292. use the view file action to run executable programs directly from
  293. the Zip file. If the file you choose to view is an executable
  294. (file extension is EXE), then the file will be executed after it
  295. is extracted. Pocket UnZip will only extract the file you select
  296. and none of its dependent files (like DLLs). If the executable
  297. you extract depends on other files in the Zip file, it will most
  298. likely fail to execute.</p>
  299. <p>When Pocket UnZip exits, it will delete the <strong>Temporary
  300. Pocket UnZip Files</strong> directory and all the files in it. If
  301. you are running more than one instance of Pocket UnZip, then only
  302. the last instance of Pocket UnZip that you exit will perform this
  303. delete. Most applications, such as Pocket Word, lock files when
  304. viewing them. Any files being viewed by such an application when
  305. you exit Pocket UnZip will not be deleted.</p>
  306. <hr>
  307. <h3>Encrypted Files</h3>
  308. <p>If an encrypted file is encountered during an extract, test,
  309. or view operation, you will be prompted for a password. You can
  310. choose to skip the file, skip all encrypted files, or enter a
  311. password. You will be given three attempts at entering the
  312. correct password before the file will be skipped automatically.
  313. Once you have entered the correct password for a given file, that
  314. password will be remembered and automatically used for all other
  315. encrypted files that are encountered during that single extract,
  316. test, or view operation. If another encrypted file is found that
  317. uses a different password than the remembered password, then you
  318. will be prompted again for a new password.</p>
  319. <p>This technique provides support for multi-password Zip files,
  320. while still providing users with single password Zip files the
  321. convenience of only having to enter their password once during
  322. the operation for all encrypted files. For security reasons,
  323. passwords are not remembered after the operation completes.</p>
  324. <hr>
  325. <h3>About Pocket UnZip</h3>
  326. <p>Thank you for using Version 1.0 of Pocket UnZip for Windows
  327. CE.</p>
  328. <p>Pocket UnZip was developed by Steve P. Miller. Although I'd
  329. like to take full credit, I could not have done it without the
  330. public decompression source code provided by the Info-ZIP group.
  331. Pocket UnZip uses version 5.30 of Info-ZIP's core decompression
  332. code. Many thanks go to Greg Roelofs and all the fine folks at
  333. Info-ZIP.</p>
  334. <p>Please send all comments, suggestions, and bug reports to <strong>stevemil@pobox.com</strong>.</p>
  335. <p>Pocket UnZip is freeware - no shareware fees, no purchase
  336. fees. You can still send me an email or a box of cookies if you
  337. like it. If you would like to distribute Pocket UnZip, please
  338. contact me.</p>
  339. <p>For the latest news, binaries, source code, and more
  340. information about the Info-ZIP group, visit <strong>http://www.cdrom.com/pub/infozip</strong>.</p>
  341. <p>For more information about me, or to check out some of my
  342. other applications (mostly Windows 95 / NT / CE), stop by my
  343. personal web page at <strong>http://pobox.com/~stevemil/</strong>.</p>
  344. <p>Copyright