home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / utility / v11n06.zip / PCUNZP.DOC < prev    next >
Text File  |  1992-02-24  |  2KB  |  32 lines

  1.  
  2. PCUNZIP.COM   Version 1.0
  3. ------------------------------------------------------------------------
  4. Michael Mefford                               March 31, 1992 (Utilities)
  5. ------------------------------------------------------------------------
  6. Purpose:     Provides a smaller, no-cost alternative to the shareware
  7. utility PKUNZIP.EXE for decompressing .ZIP files downloaded from PC MagNet
  8. and elsewhere.
  9.  
  10. Format:    pcunzip filename [\path] [/V] [/E] [/O] [/?]
  11.  
  12. Remarks:     Entered simply with a filename (adding the .ZIP extension
  13. is unnecessary), PCUNZIP uncompresses all files within a .ZIP file into
  14. the current directory. A path to an existing subdirectory can be supplied
  15. if it is desired to store the decompressed file(s) elsewhere. The optional
  16. /V (view) switch can be supplied to display a listing of the files
  17. contained in a given .ZIP filename. The /E (extract) switch, followed by
  18. the name of one of these contained files, will extract and decompress only
  19. the named file. By default, PCUNZIP issues a confirming prompt before
  20. overwriting a same-named file in the target subdirectory. This warning
  21. can be overridden by executing PCUNZIP with the /O switch. 
  22.  
  23.       PCUNZIP and its /V and /E options support the use of the DOS * and
  24. ? wildcards. This enables viewing or extracting all or only the similarly
  25. named files for a C program, for example. Unlike the full PKUNZIP utility,
  26. however, PCUNZIP does not support the decompression of encrypted files.
  27.  
  28.      Updated versions of PCUNZIP will be made available for download to
  29. reflect any changes to the PKZIP program implemented in files on PC MagNet.
  30. PCUNZIP requires 5K of storage space and 100K of working memory while
  31. active.
  32.