home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / pmqwkb08.lzh / ZFRONT.DOC < prev    next >
Text File  |  1993-01-19  |  4KB  |  94 lines

  1.                                       ZFront - a Front-End for UNZIP
  2.                                                         Version 1.00
  3.                                                     19 January, 1993
  4.  
  5.                                                      Oberon Software
  6.                                                518 Blue Earth Street
  7.                                           Mankato, MN 56001-2142 USA
  8.  
  9.                                                  Voice: 507-388-7001
  10.                                                  Fax:   507-388-7568
  11.                                                  BBS:   507-388-1154
  12.  
  13.                                             Fidonet:        1:292/60
  14.                                            MCI Mail: oberon/413-5847
  15.                                                 CIS:      72510,3500
  16.                                               GEnie:       B.FLOWERS
  17.  
  18.  
  19. If you are used to using PKUNZIP version 1.xx for OS/2 and have
  20. attempted to migrate to the INFO-Zip 32-bit UNZIP utility for its
  21. compatibility with the newer DOS versions of PKZIP and PKUNZIP, you
  22. have undoubtedly noticed that you have had to sacrifice a certain
  23. amount of functionality on the command line.  In specific, UNZIP does
  24. NOT:
  25.  
  26.   o  Allow wildcards in the zipfile specification.  I.e., PKUNZIP
  27.      allows "PKUNZIP -x *.ZIP" and UNZIP does not.
  28.  
  29.   o  Accept output paths for extracted files.  I.e., PKUNZIP allows
  30.      "PKUNZIP -x ZIPFILE D:\OUTPATH\" and places extracted files in
  31.      the D:\OUTPATH directory, UNZIP does not.
  32.  
  33.   o  Because UNZIP lacks the output path ability, it does not operate
  34.      correctly with Oberon Software's PMQWK Offline Mail Reader!
  35.  
  36. ZFRONT acts as a front-end processor for UNZIP to correct these
  37. problems.  It DOES NOT perform the "unzipping" itself, it simply
  38. "massages" the command line and the environment before executing
  39. UNZIP.EXE allowing you, and PMQWK, the use of these constructs!
  40.  
  41. Use ZFRONT where you would normally use UNZIP.  The command line
  42. syntax is:
  43.  
  44.     ZFRONT [-unzip_options] zipfilespec [outpath\] [filespec...]
  45.  
  46. Use ZFRONT with PMQWK by opening the "Paths" dialog from the
  47. "Options" menu and setting ZFRONT.EXE as your "Unzipper" program.
  48.  
  49. If you execute ZFRONT with no command line parameters, it will
  50. display a brief help message describing its usage.
  51.  
  52.                               **********
  53.   ZFRONT requires UNZIP.EXE to be present in either the current
  54.   directory or in a directory referred to in your PATH setting in
  55.   order to operate.
  56.  
  57.   ZFRONT is a 32-bit, OS/2 executable.  It requires OS/2 2.0 or
  58.   later as the host operating system in order to function.
  59.                               **********
  60.  
  61. If you have renamed UNZIP.EXE to something else you may still use
  62. ZFRONT but you must inform ZFRONT of the name change by way of the
  63. ZFRONT environment variable.  For example, if you have renamed
  64. UNZIP.EXE to IUNZIP.EXE, place to following line in your Config.Sys
  65. file: "set ZFRONT=IUNZIP.EXE" and ZFRONT will adapt to the new name.
  66.  
  67. You may also instruct ZFRONT to send the output it normally prints on
  68. screen to a file by use of the ZFRONTLOG environment variable.  To do
  69. this, set the ZFRONTLOG variable to a valid file name; ZFRONT will
  70. append all of its screen output to this file.  For example, if you
  71. "set ZFRONTLOG=E:\ZFRONT.LOG" before you execute ZFRONT, any
  72. informational and/or error messages will appear in E:\ZFRONT.LOG. 
  73. This feature may be helpful when using ZFRONT with PMQWK if you have
  74. any problems because PMQWK normally runs the packers and unpackers in
  75. the background and any screen output is lost otherwise.
  76.  
  77.                               ----------
  78.  
  79.      ZFront Version 1.00 is Copyright (c) 1993 by Oberon Software
  80.                          All Rights Reserved
  81.  
  82. Permission is hereby granted to anyone to use this program for any purpose
  83. whatsoever as long as the following is clearly understood:
  84.  
  85.                               **********
  86.   If you use this software, you do so at your own risk.  Oberon
  87.   Software will not be liable for any losses or damages to property,
  88.   data, time, or business which arise as the direct or indirect result
  89.   of the use, misuse, or failure to be able to use this software or
  90.   documentation.  Your acceptance of these terms is implied by your use
  91.   of this software and documentation.
  92.                               **********
  93.  
  94.