home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1995 April / pslmonthlyvol3-4utilitiesapril1995.iso / pkzip204.exe / ADDENDUM.DOC next >
Text File  |  1993-02-01  |  19KB  |  518 lines

  1.  
  2.     ADDENDUM to PKZIP 2 Manual
  3.     --------------------------
  4.  
  5.     This file contains the most up-to-date information, additions and
  6.     changes to the PKZIP version 2 manual.
  7.  
  8.  
  9.       AUTHENTICITY VERIFICATION FEATURE
  10.       ---------------------------------
  11.  
  12.     The Authenticity Verification information you receive from PKWARE
  13.     will include two AV Serial Numbers and one checksum.  The Serial
  14.     Numbers and checksum include BOTH letters and numbers.  ALL 
  15.     LETTERS are LOWER CASE, with the exception of the letter L.  The 
  16.     letter L will be printed in upper case to avoid confusion with 
  17.     the number one.
  18.  
  19.     After both Serial Numbers are entered using the PUTAV.EXE, the
  20.     program will return a checksum value.  This checksum must match
  21.     the one provided by PKWARE.  If the checksums do not match, then
  22.     the installation was not performed correctly and PUTAV.EXE should
  23.     be run again to ensure that the Serial Numbers and Name were
  24.     entered correctly.
  25.  
  26.     If you run PUTAV.EXE and you encounter the error, "WRONG VERSION
  27.     OF PKZIP.EXE", verify that you are running PUTAV on the
  28.     REGISTERED version of PKZIP.EXE.
  29.     
  30.  
  31.       AVEXTRA.TXT
  32.       -----------
  33.  
  34.     With the PKZIP 2 Authenticity Verification feature, additional
  35.     text can be displayed on subsequent lines following the
  36.     verification message.  An ASCII text file named AVEXTRA.TXT is
  37.     created containing the additional text you want displayed.  When
  38.     the AVEXTRA.TXT file is in the current directory when you use the
  39.     "PKZIP -!" option, PKZIP will add this text to the .ZIP file and
  40.     PKUNZIP will display it after the normal Authenticity
  41.     Verification message.  The Authenticity Verification feature is
  42.     available only to registered users of PKZIP.
  43.  
  44.  
  45.       SELF-EXTRACTING FILES ACROSS MULTIPLE DISKETTES
  46.       -----------------------------------------------
  47.  
  48.     PKZIP 2 has the ability to compress a large .ZIP file across
  49.     multiple diskettes.
  50.  
  51.     Self-extracting files CAN NOT span multiple disks.  This would
  52.     make the PKSFX code extremely large.
  53.  
  54.  
  55.     A simple batch file can be created that would uncompress across
  56.     multiple diskettes.  All that would be required is to have the
  57.     batch file follow this procedure:
  58.  
  59.  
  60.     1.  Create a batch file called install.bat
  61.     2.  Edit install.bat and in that file have the following line:
  62.  
  63.           pkunzip -d a:program c:\test
  64.  
  65.     This batch file would create the directory C:\TEST on your
  66.     computer and then unzip the file called PROGRAM.ZIP into the c:\test
  67.     directory.  PKUNZIP will prompt the user to enter the diskettes
  68.     in the extraction order.
  69.  
  70.  
  71.       PKCFG.EXE
  72.       ---------
  73.  
  74.       * PKCFG.EXE is only included in the registered version of PKZIP.
  75.  
  76.     PKZIP.EXE can have many of its features configured with a
  77.     configuration file called PKZIP.CFG.  This configuration file can
  78.     be located in either your current directory, a directory
  79.     specified with the environment variable PKZIP.CFG, or in the
  80.     directory that PKZIP.EXE is located.  PKZIP.EXE will search for the
  81.     configuration in each location in the order listed above.  This
  82.     means that you may have a default configuration file that is
  83.     easily overridden by using a configuration file in either of the
  84.     first two locations.  Any option that is set in the configuration
  85.     file may be overridden from the command line.  The configuration
  86.     file may be created manually with a text editor.
  87.  
  88.     The PKCFG.EXE program will look for an existing configuration file
  89.     in the same locations and order that PKZIP.EXE would look.  If the
  90.     PKCFG.EXE program finds an existing configuration file it will load
  91.     it. The existing configuration values will be shown in the place of
  92.     the defaults.  A list of options will be displayed on the screen,
  93.     and a highlighted cursor indicates the option that you can
  94.     modify.
  95.  
  96.  
  97.       PK SAFE ANSI
  98.       -----------
  99.  
  100.       * PKSFANSI.COM is only included in the registered version of PKZIP.
  101.     
  102.     Another program included with registration of PKZIP 2 is called
  103.     PKSFANSI.COM.  PKSFANSI is a terminate and stay resident program
  104.     that disables ANSI keyboard key Reassignments, thereby preventing
  105.     ANSI "bombs" embedded in any text file (such as README files) or
  106.     output by any program.  Normally, ANSI sequences that redefine
  107.     the keyboard could be hidden inside ANY text file or program, and
  108.     could be executed completely unnoticed until it is too late.
  109.     PKSFANSI intercepts calls to the ANSI.SYS or other ANSI device
  110.     drivers, and filters out any keyboard reassignments, while
  111.     allowing other ANSI sequences through unaltered.  If a keyboard
  112.     reassignment is attempted, PKSFANSI will intercept the sequence
  113.     and discard it.  PKSFANSI will also BEEP to alert you that a
  114.     reassignment was attempted.
  115.  
  116.  
  117.     PKSFANSI requires less than 1K bytes resident RAM, and should
  118.     work with any ANSI driver, such as the standard ANSI.SYS driver,
  119.     NANSI, ZANSI, DVANSI, etc.  Note that if you use a memory
  120.     resident ANSI driver, such as the DESQview DVANSI.COM driver,
  121.     PKSFANSI should be loaded after the ANSI driver is loaded.
  122.  
  123.  
  124.       Using PKZIP and DPMI
  125.       --------------------
  126.  
  127.     If you experience difficulties when using PKZIP in a DOS window
  128.     under Windows, use the -) option to disable DPMI support.  If
  129.     this eliminates the problem, you may default this option for
  130.     PKZIP by using the configuration file (see manual for details).
  131.     With PKUNZIP, this option may be set as an environment variable
  132.     (see below for details).
  133.  
  134.  
  135.       PKUNZIP as an Environment Variable
  136.       ----------------------------------
  137.  
  138.     PKUNZIP includes the ability to use an environment variable as a 
  139.     continuation of the command line.  An option, or number of options 
  140.     may be specified by an environment variable.  PKUNZIP will treat 
  141.     the variables as if they were passed on the command line.
  142.  
  143.          example: set PKUNZIP=-)
  144.  
  145.       This example would disable DPMI usage.
  146.  
  147.     Note that since the PKUNZIP environment variable is a 
  148.     continuation of the command line; it will supersede any 
  149.     preceding option on the command line.
  150.  
  151.  
  152.       Minimum DOS Requirements for SPANNING & FORMATTING
  153.       --------------------------------------------------
  154.  
  155.     For PKZIP 2 to span multiple disks with a .ZIP file, DOS 3.0 or
  156.     greater is required.
  157.  
  158.     To be able to format diskettes on-the-fly, DOS 3.2 or greater is
  159.     required.
  160.  
  161.  
  162.       PKUNZJR.COM & PKSFX Junior
  163.       --------------------------
  164.  
  165.     When using PKUNZJR or PKSFX Junior, remember to end your output
  166.     path with a : or a \.  Because the PKUNZJR and PKSFX Junior were
  167.     designed to be as small as possible, please note that they
  168.     perform minimal error checking.
  169.  
  170.  
  171.       CHANGE TO "MOVE" OPTION
  172.       -----------------------
  173.  
  174.     When using the -m option in PKZIP.EXE PKZIP will now remove the
  175.     directories and subdirectories after the compression process has
  176.     been completed. This feature is turned on by default. If you
  177.     wish PKZIP not to remove the directories/subdirectories, use a
  178.     -m- option to disable this feature.
  179.  
  180.  
  181.       PKNOFASTCHAR= Environment Variable
  182.       ---------------------------------
  183.  
  184.     This tells PKZIP/PKUNZIP to use the slow DOS 1.x/2.x character
  185.     output function calls rather than the 'DOS Fast Character
  186.     Output' function.  This option is designed for compatability with
  187.     TSR's or BBS doors etc. that do not intercept the DOS Fast
  188.     Character Output function.
  189.  
  190.  
  191.       ERROR MESSAGES
  192.       --------------
  193.  
  194.     This is an addendum to the ERROR MESSAGES found in the manual.
  195.  
  196.     PKZIP: (E[19-23] and E29) Insufficient Memory
  197.  
  198.     PKZIP: (E26) DOS 3.0 or later needed to span disks
  199.     PKZIP: (E26) DOS 3.2 or later needed to format disks
  200.  
  201.     PKZIP: (E28) Destination for .ZIP file is same as temporary file
  202.     PKZIP: (E28) Source and destination is the same
  203.  
  204.     PKZIP: (W07) Warning! Bad System Track
  205.  
  206.     PKZIP: (W08) Warning! Can't write FAT
  207.  
  208.     PKZIP: (W09) Warning! Can't write root directory
  209.  
  210.     PKZIP: (W10) Warning! Can't write boot sector
  211.  
  212.     ZIP2EXE: (E09) Can't create ouput file
  213.  
  214.     ZIP2EXE: (W01) Warning! The file already exists, overwrite (y/n)?
  215.  
  216.     PKSFX: Warnings numbers are the same as PKUNZIP 
  217.            [9-18,20,