home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / uz_102.zip / UZ.DOC < prev    next >
Text File  |  1993-08-07  |  2KB  |  56 lines

  1. UZ.EXE and UZ_DLL.EXE   version 1.02
  2.  
  3. Author:   Don Hawkinson 
  4.           Wichita, Kansas
  5.  
  6. Function: A command line front end for Info-ZIP's UnZip (zipfile extraction      
  7.           utility).  This utility expands wildcard file names and builds
  8.           command string which is executed using the C "system" routine.
  9.           The utility passes the options entered on the command line
  10.           to UnZip, and now passes file names to be extracted if they are
  11.           placed between a single set of ( ) characters.      
  12.           
  13.           I missed using the wildcard feature of PKUNZIP under UnZip
  14.           so I wrote this small shell for running UnZip.  The main
  15.           limitation is that you cannot pass a file name to be 
  16.           extracted from a zip file using this shell.
  17.  
  18.  
  19. Usage:
  20.  
  21.   uz [ -options[modifiers] ] [(file.a file.b)] file1[.zip] ... filex[.zip]
  22.  
  23.   uz [ -options[modifiers] ]  [(file.a file.b)] file*[.zip]  ... filex[.zip]
  24.  
  25.  
  26. Distribution:
  27.  
  28. The utility is supplied in two versions a stand alone version UZ.EXE,
  29. and a version that uses a DLL library UZ_DLL.EXE.  The DLL version
  30. was compiled with BC++ for OS/2, so you may not be able to run this
  31. version if you do not have the compiler.
  32.  
  33. This utility is free to anyone who wishes to use it, no restrictions
  34. are placed on its use.  Feel free to upload it to any legal Bulletin
  35. Board System or online service.
  36.  
  37. Changes:  Version 1.01 - recompiled to allow programs to run in an
  38.                          OS/2 window instead of jumping to full
  39.                          screen and back to the OS/2 window when
  40.                          finished.
  41.           Version 1.02 - added method to pass file names to be
  42.                          extracted.
  43.  
  44. Disclaimer:
  45.         
  46.  THE AUTHOR PROVIDES THIS PROGRAM "AS IS" WITHOUT ANY WARRANTY OF ANY KIND,
  47.  EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  48.  WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  THE
  49.  EVALUATION AND USE OF THIS PROGRAM IS A USER RESPONSIBILITY. IN NO EVENT
  50.  WILL THE AUTHOR BE LIABLE FOR ANY DAMAGES, INCLUDING ANY LOST PROFITS,
  51.  LOST SAVINGS, OR ANY OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  52.  FROM THE USE OR INABILITY TO USE ANY OF THE PROGRAM PROVIDED HEREIN EVEN
  53.  IF THE AUTHOR HAS BEEN ADVISED OF DAMAGES IN ADVANCE.
  54.  
  55.  
  56.