home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / ZIP_KIT9.ZIP / ZIP-KIT9.DOC < prev    next >
Text File  |  1990-05-23  |  11KB  |  282 lines

  1.  
  2. *  ZIPKIT9               Companion to PKZ110.EXE                { 05/22/90 }
  3.  
  4.    1: Copy all programs to the UTILITY directory on your hard drive.
  5.    2: Set PATH= statement to include UTILITY directory.
  6.    3: All executables must have file attributes which allow reading.
  7.    4: Memory available must be 250k +
  8.  
  9. TOZIP.EXE *.*
  10.  
  11.    Version 5
  12.  
  13.    This program will convert file collections from various compression
  14.    techniques to the enhanced compression levels available through the use
  15.    of PKZ110.EXE.
  16.  
  17.    You must have in your possession a copy of PKZIP.EXE from the PKZ110.EXE
  18.    compression programs collection and a copy of one or more of the following.
  19.  
  20.    ZOO     (1.22, 1.31, 1.50, 2.00, 2.01)
  21.    PAK     (2.01, 2.10)
  22.    DWC     (A4, A4.5, A4.91, A4.92, A4.93, A4.94, A5.01)
  23.    LHARC   (1.0, 1.12, 1.13)
  24.    PKUNPAK (3.61)
  25.    PKXARC  (35A - You must rename this to PKUNPAK.EXE )
  26.  
  27.    NOTE: It is recommended that you use the highest version for all of the
  28.    above mentioned compression programs.  Use of an earlier version may result
  29.    in error messages from that compression program that it does not understand
  30.    the compression method in use.
  31.  
  32.    All of these executables must reside on your DOS path and have attributes
  33.    that are NOT read only.
  34.  
  35.    Options needed to run - none - (default compression -ex (MAXIMUM compress))
  36.                                   (process all files)
  37.  
  38.    Options available to run - SET ZIPLEV=?   (Where ? is EX,EI,ES)
  39.                               SET ZIPTIME=?  (Where ? is ARCHIVE)
  40.                                              (Where ? is a date - YYYYMMDD)
  41.                               SET ZIPDEPTH=1 (Recurse into current collection)
  42.  
  43.    Ex: SET ZIPLEV=EI (IMPLODING on all files)
  44.  
  45.    See PKWares documentation for more info on compression levels.
  46.  
  47.    SET ZIPTIME=ARCHIVE results in only those files which have their archive
  48.    bit set to be processed.
  49.  
  50.    SET ZIPTIME=YYYYMMDD results in only those files dated equal to or
  51.    greater than the set date to be processed.  Ex: SET ZIPTIME=19890401,
  52.    results in files dated equal to or greater than '1989 April 01' to be
  53.    processed.
  54.  
  55.    If SET ZIPDEPTH=1 is SET then an extra call to TOZIP will be made to
  56.    attempt to TOZIP any other file collections that may be present in the
  57.    parent file collection.
  58.  
  59.    If errors are encountered during processing, a file titled PKERRORS.LOG
  60.    will reside in the same directory as TOZIP.  This file contains a list
  61.    of file collections that in someway are corrupted.
  62.  
  63.    File date/time and attributes remain the same as prior to process.
  64.  
  65.    Note that erred file collections are not processed to .ZIP files.
  66.  
  67. ZIPCOMNT.EXE *.* comment or ZIPCOMNT.EXE *
  68.  
  69.    Options needed to run - none
  70.  
  71.    Options available to run
  72.  
  73.    SET ZIPLINE=1
  74.    SET ZIPCOMNT=path
  75.    SET ZIPTIME=x (Where x is ARCHIVE, or x is a date YYYYMMDD)
  76.  
  77.    Where comment is your desired comment to be added to ALL requested file
  78.    collections.  If ZIPLINE=1 is set, the comment will be placed directly
  79.    following 'Searching ZIP: path/file '.  If ZIPLINE is not set, the
  80.    comment will be padded with two CR's to allow a longer comment which will
  81.    avoid any possible word wrap which may occur in long path names. In this
  82.    version the comment is limited to 117 characters.  It is advised that you
  83.    do however keep the comment limited to 79 characters.  Experiment with a
  84.    ZIP to see the format which will be presented.
  85.  
  86.    If ZIPCOMNT=path is set, ZIPLINE is then ignored.  ZIPCOMNT=path is
  87.    the full drive:\path to a file which contains a desired comment.  To
  88.    create a comment file use your favorite ascii editor.  When complete
  89.    experiment on a ZIP to judge the presentation.
  90.  
  91.    To run ZIPCOMNT with a comment file use the command ZIPCOMNT.EXE *
  92.  
  93.    Ex: SET ZIPCOMNT=C:\UTIL\COMMENT.FIL
  94.        ZIPCOMNT *
  95.  
  96.    To remove unwanted comments from ZIP files
  97.  
  98.    Ex: SET ZIPLINE=1
  99.        ZIPCOMNT *
  100.  
  101.    See TOZIP options for SET ZIPTIME=
  102.  
  103. SNGLCMNT.EXE filename or SNGLCMNT.EXE
  104.  
  105.    Options needed to run - none
  106.  
  107.    Options available to run - SET SNGLCMNT=path to comment file
  108.  
  109.    This program will allow you to add informative comments to ZIP file
  110.    collections.  This will allow you and your users to easily recognize
  111.    ZIP collections that are not often accessed/utilized.  You may either
  112.    specify a filename at start-up or you may select the desired ZIP file to
  113.    comment with the built in dir search and selection routines.  A general
  114.    help routine is available by function key when SNGLCMNT is started.
  115.    COMMAND.COM and PKZIP.EXE must reside on the path with attributes that
  116.    are NOT read only.  If you SET SNGLCMNT to point at an existing file
  117.    created with any ASCII editor, that file will be loaded into the edit
  118.    screens buffers at program start-up.  You may then enter or alter the
  119.    screen to add to that which is already present.
  120.  
  121. REZIP.EXE *.*
  122.  
  123.    Version 5
  124.  
  125.    This program will maintain all ZIP collections for you. It will if desired
  126.    recurse all .ZIP collections in the parent .ZIP collections root entries to
  127.    gain the enhanced compression levels available from the PKZ110.EXE file
  128.    collection programs. You must have in your possession a copy of PKZIP.EXE
  129.    and a copy of PKUNZIP.EXE.  These executables must reside on your DOS path
  130.    and have attributes that are NOT read only.  When REZIP is processing
  131.    files,  an extra call may be made to REZIP to try to REZIP any ZIP files
  132.    that may be present in the parent ZIP collections root entries. If you do
  133.    not feel that this step is necessary then do not use the SET ZIPDEPTH
  134.    option.  Note that the file count allowed in a ZIP collection can not be
  135.    greater than 900 files.  If paths were stored then the directory count
  136.    allowed in a ZIP collection is 50 directories.
  137.  
  138.    Options needed to run - none - (default compression -ex (IMPLODING))
  139.                                   (process all files)
  140.  
  141.    Options available to run - SET ZIPLEV=?   (Where ? is EX,EI,ES)
  142.                               SET ZIPTIME=?  (Where ? is ARCHIVE)
  143.                                              (Where ? is a date - YYYYMMDD)
  144.                               SET ZIPDEPTH=1 (Recurse ZIPs in parent ZIP)
  145.  
  146.    Ex: SET ZIPLEV=EI (IMPLODING on all files)
  147.  
  148.    See PKWares documentation for more info on compression levels.
  149.  
  150.    SET ZIPTIME=ARCHIVE results in only those files which have their archive
  151.    bit set to be processed.
  152.  
  153.    SET ZIPTIME=YYYYMMDD results in only those files dated equal to or
  154.    greater than the set date to be processed.  Ex: SET ZIPTIME=19890801,
  155.    results in files dated equal to or greater than '1989 August 01' to be
  156.    processed.
  157.  
  158.    If SET ZIPDEPTH=1 is SET then an extra call to REZIP will be made to
  159.    attempt to rezip any other ZIP files that may be in the top entries of the
  160.    current ZIP collection.
  161.  
  162.    If errors are encountered during processing, a file titled PKERRORS.LOG
  163.    will reside in the same directory as REZIP.  This file contains a list
  164.    of ZIP collections that in someway are corrupted.
  165.  
  166.    File date/time and attributes remain the same as prior to process.
  167.  
  168.    Note that erred ZIP collections are not Rezipped.
  169.  
  170. CLNZIP.EXE *.* file/s_to_delete
  171.  
  172.    Allows selective deletes of unwanted files from selected ZIP files.
  173.  
  174.    See TOZIP options for SET ZIPTIME=
  175.  
  176. CHKZIP.EXE *.*
  177.  
  178.    Options needed to run - none
  179.  
  180.    Options available to run - SET ZIPKILL= (any thing)
  181.                               SET ZIPTIME= (See TOZIP options)
  182.  
  183.    To check integrity of your ZIP collection files. See PKERRORS.LOG
  184.    for files reported erred.  Note that warnings are also posted to
  185.    PKERRORS.LOG as ERROR IN FILE.
  186.  
  187.    If ZIPKILL is set to any setting,  erred file collections are then
  188.    deleted when errors or warnings are encountered.  A list of those
  189.    files deleted will be listed in PKERRORS.LOG. If you do not wish to
  190.    utilize this option then do not SET this environment variable.
  191.  
  192. *  If you must abort the programs as they are running then HOLD Ctrl/Break
  193.    until the system prompt presents itself.  External processes must be
  194.    allowed to finish before Ctrl/Break is picked up.
  195.  
  196. *  All programs are network compatible.  Locked and inaccessible files are
  197.    bypassed.  Note that users must have root directory access.
  198.  
  199. *  Note that .LOG file may be present after run of CHKZIP, CLNZIP, REZIP
  200.    or TOZIP.  It is meant to be used at a later date by yourself.
  201.  
  202.    The final .LOG file is processed into the directory where the .EXE
  203.    of the program run is located.
  204.  
  205. *  Process speed is dependent on several items.  Set times can vary due to
  206.    system technology, compression levels chosen and the number of files to
  207.    be processed.
  208.  
  209. *  Sample setup files
  210.  
  211.    For config.sys
  212.  
  213.    shell=command.com/p/e:512
  214.    break=on
  215.  
  216.    For autoexec.bat
  217.  
  218.    path=c:\pkwares;c:\dos;c:\utility
  219.  
  220.    set ziptime=archive          { only files with archive bit set }
  221.  
  222.    tozip c:\files\*.*           { no ziplev, MAXIMUM compression all files }
  223.  
  224.    set ziplev=es                { SHRINK all files, see PKWare docs }
  225.    set ziptime=19900401         { only files dated >= 1990 April 01 }
  226.  
  227.    tozip d:\files\*.*
  228.  
  229.    set zipcomnt=c:\comment.fil
  230.  
  231.    zipcomnt *                   { comment files dated later that 19900401
  232.                                   with contents of c:\comment.fil }
  233.  
  234.    set ziptime=                 { clean up environment }
  235.    set zipcomnt=
  236.    set ziplev=
  237.  
  238. *  SWEEP tozip * etc...
  239.  
  240. *  To register these programs send to the following
  241.  
  242.    TO:                           FROM:
  243.  
  244.    Thomas C. Atkinson            Name: __________________________________
  245.    2601 S. 70th Street
  246.    Milwaukee, WI. 53219     (Company): __________________________________
  247.  
  248.                               (Title): __________________________________
  249.  
  250.                               Address: __________________________________
  251.    Today's
  252.    date: ___________       City,State: __________________________________
  253.                                                               Zip Code
  254.                          Phone Number: _________________________
  255.  
  256.  
  257.    (Collection contains REZIP, TOZIP, CHKZIP, CLNZIP, ZIPCMNT, SNGLCMNT)
  258.  
  259.    * One diskette with programs and documentation files .... $25. ______
  260.  
  261.    * Commercial site license for the use of the ZIPKIT program collection.
  262.  
  263.    (Includes one diskette with programs & documentation files.)
  264.  
  265.      2 to  9 computers ..... at $20 each    # computers ___x 20   ______
  266.     10 to 24 computers ..... at $15 each    # computers ___x 15   ______
  267.     25 to 49 computers ..... at $10 each    # computers ___x 10   ______
  268.     50 to 99 computers ..... at $5  each    # computers ___x 5    ______
  269.    100 plus  computers ..... $500 one time fee                    ______
  270.  
  271.    For special programming considerations also contact the above address
  272.  
  273. *  For registration of PKwares
  274.  
  275.    If you send $47 of more, you will receive, when available, the next
  276.    version of the PKZIP, PKUNZIP, and PKSFX programs.  Please state the
  277.    version of the software that you currently have.
  278.  
  279.    Send check or money order to  PKWARE, Inc.
  280.                                  7545 North Port Washington Road
  281.                                  Glendale, WI. 53217
  282.