home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / zip-kit.zip / ZIP-KIT7.DOC < prev    next >
Text File  |  1989-08-23  |  9KB  |  225 lines

  1. *  ZIP-KIT7               Companion to PKZ101.EXE               { 07/04/89 }
  2.  
  3.    1: Copy all programs to the UTILITY directory on your hard drive.
  4.    2: Set PATH= statement to include UTILITY directory.
  5.    3: All executables must have file attributes which allow reading.
  6.    4: Memory available must be 250k +
  7.  
  8. TOZIP.EXE *.*
  9.  
  10.    This program will convert all archives to the new ZIP format for you.
  11.  
  12.    It will recurse all archives in archives to an unlimited depth until
  13.    all archives are converted to the ZIP format and extension.
  14.  
  15.    You must have in your possesion a copy of PKZIP.EXE and a copy of
  16.    PKUNPAK.EXE. Both of these executables must reside on your DOS path
  17.    and have attributes that are NOT read only.
  18.  
  19.    Options needed to run - none - (default compression -ex (IMPLODING))
  20.                                   (process all files)
  21.  
  22.    Options available to run - SET ZIPLEV=?  (Where ? is EA,EB,ES)
  23.                               SET ZIPTIME=? (Where ? is ARCHIVE)
  24.                                             (Where ? is a date - YYYYMMDD)
  25.  
  26.    Ex: SET ZIPLEV=EA (IMPLODING on Ascii and SHRINKING on Binary files)
  27.  
  28.    See PKWares documentaion for more info on compression levels.
  29.  
  30.    SET ZIPTIME=ARCHIVE results in only those files which have their archive
  31.    bit set to be processed.
  32.  
  33.    SET ZIPTIME=YYYYMMDD results in only those files dated equal to or
  34.    greater than the set date to be processed.  Ex: SET ZIPTIME=19890401,
  35.    results in files dated equal to or greater than '1989 April 01' to be
  36.    processed.
  37.  
  38.    If errors are encountered during processing, a file titled PKERRORS.LOG
  39.    will reside in the same directory as TOZIP.  This file contains a list
  40.    of .ARC files that in someway are corrupted.
  41.  
  42.    File date/time and attributes remain the same as prior to process.
  43.  
  44.    Note that erred archives are not processed to .ZIP files.
  45.  
  46. ZIPCOMNT.EXE *.* comment or ZIPCOMNT.EXE *
  47.  
  48.    Options needed to run - none
  49.  
  50.    Options available to run
  51.  
  52.    SET ZIPLINE=1
  53.    SET ZIPCOMNT=path
  54.    SET ZIPTIME=x (Where x is ARCHIVE, or x is a date YYYYMMDD)
  55.  
  56.    Where comment is your desired comment to be added to ALL requested file
  57.    collections.  If ZIPLINE=1 is set, the comment will be placed directly
  58.    following 'Searching ZIP: path/file '.  If ZIPLINE is not set, the
  59.    comment will be padded with two CR's to allow a longer comment which will
  60.    avoid any possible word wrap which may occur in long path names. In this
  61.    version the comment is limited to 117 characters.  It is advised that you
  62.    do however keep the comment limited to 79 characters.  Experiment with a
  63.    ZIP to see the format which will be presented.
  64.  
  65.    If ZIPCOMNT=path is set, ZIPLINE is then ignored.  ZIPCOMNT=path is
  66.    the full drive:\path to a file which contains a desired comment.  To
  67.    create a comment file use your favorite ascii editor.  When complete
  68.    experiment on a ZIP to judge the presentation.
  69.  
  70.    To run ZIPCOMNT with a comment file use the command ZIPCOMNT.EXE *
  71.  
  72.    Ex: SET ZIPCOMNT=C:\UTIL\COMMENT.FIL
  73.        ZIPCOMNT *
  74.  
  75.    To remove unwanted comments from ZIP files
  76.  
  77.    Ex: SET ZIPLINE=1
  78.        ZIPCOMNT *
  79.  
  80.    See TOZIP options for SET ZIPTIME=
  81.  
  82. SNGLCMNT.EXE filename or SNGLCMNT.EXE
  83.  
  84.    Options needed to run - none
  85.  
  86.    Options available to run - SET SNGLCMNT=path to comment file
  87.  
  88.    This program will allow you to add informative comments to ZIP file
  89.    collections.  This will allow you and your users to easily recognize
  90.    ZIP collections that are not often accessed/utilized.  You may either
  91.    specify a filename at startup or you may select the desired ZIP file to
  92.    comment with the built in dir search and selection routines.  A general
  93.    help routine is available by function key when SNGLCMNT is started.
  94.    COMMAND.COM and PKZIP.EXE must reside on the path with attributes that
  95.    are NOT read only.  If you SET SNGLCMNT to point at an existing file
  96.    created with any ASCII editor, that file will be loaded into the edit
  97.    screens buffers at program startup.  You may then enter or alter the
  98.    screen to add to that which is allready present.
  99.  
  100. REZIP.EXE *.*
  101.  
  102.    This program is the enhanced version of REZIP available in PKZ101.EXE.
  103.  
  104.    This program will maintain all ZIP collections for you.  It will recurse
  105.    all archives in ZIP files to an unlimited depth until all archives are
  106.    converted to the ZIP format and extension. You must have in your
  107.    possesion a copy of PKZIP.EXE and a copy of PKUNZIP.EXE and a copy of
  108.    PKUNPAK.EXE and a copy of TOZIP.EXE . These executables must reside on
  109.    your DOS path and have attributes that are NOT read only.  When REZIP is
  110.    processing files, an extra call may be made to TOZIP to try to create ZIP
  111.    files out of those .ARC files contained in the ZIP you are now processing.
  112.    If you do not have access to PKUNPAK or you feel that this step is not
  113.    necessary then do not use the SET ZIPDEPTH=1 option.
  114.  
  115.    Options needed to run - none
  116.  
  117.    Options available to run - SET ZIPKILL=ALL or ARC
  118.                               SET ZIPDEPTH=1
  119.  
  120.    If ZIPKILL=ALL is SET an extra call to PKZIP is made which effectively
  121.    equals PKZIP -d zipname *.arc *.bak ibmio.com ibmdos.com io.sys msdos.sys
  122.  
  123.    If ZIPKILL=ARC is set then the above mentioned extra step takes place
  124.    but with only one parameter, '*.arc'.
  125.  
  126.    If SET ZIPDEPTH=1 is SET then an extra call to TOZIP, which in effect
  127.    tries to convert any .ARC files which may be contained in the current ZIP
  128.    will be made.
  129.  
  130.    See TOZIP options for compression level available
  131.  
  132.    See TOZIP options for SET ZIPTIME=
  133.  
  134.    File date/time and attributes remain the same as prior to process.
  135.  
  136. CLNZIP.EXE *.* file/s_to_delete
  137.  
  138.    Allows selective deletes of unwanted files from selected ZIP files.
  139.  
  140.    See TOZIP options for SET ZIPTIME=
  141.  
  142. CHKZIP.EXE *.*
  143.  
  144.    Options needed to run - none
  145.  
  146.    Options available to run - SET ZIPKILL= (any thing)
  147.                               SET ZIPTIME= (See TOZIP options)
  148.  
  149.    To check integrity of your ZIP collection files. See PKERRORS.LOG
  150.    for files reported erred.  Note that warnings are also posted to
  151.    PKERRORS.LOG as ERROR IN FILE.
  152.  
  153.    If ZIPKILL is set to any setting,  erred file collections are then
  154.    deleted when errors or warnings are encountered.  A list of those
  155.    files deleted will be listed in PKERRORS.LOG. If you do not wish to
  156.    utilize this option then do not SET this environment variable.
  157.  
  158. *  If you must abort the programs as they are running then HOLD Ctrl/Break
  159.    until the system prompt presents itself.  External processes must be
  160.    allowed to finish before Ctrl/Break is picked up.
  161.  
  162. *  All programs are network compatible.  Locked and inaccessable files are
  163.    bypassed.  Users must have root directory access.
  164.  
  165. *  Note that .LOG file may be present after run of CHKZIP, CLNZIP, REZIP
  166.    or TOZIP.  It is meant to be used at a later date by yourself.
  167.  
  168.    The final .LOG file is processed into the directory where the .EXE
  169.    of the program run is located.
  170.  
  171. *  Process speed is dependent on several items.  Set times can vary due to
  172.    system technology, compression levels chosen and the number of files to
  173.    be processed.
  174.  
  175. *  Sample setup files
  176.  
  177.    For config.sys
  178.  
  179.    shell=command.com/p/e:512
  180.    break=on
  181.  
  182.    For autoexec.bat
  183.  
  184.    path=c:\pkwares;c:\dos;c:\utility
  185.  
  186.    set ziptime=archive          { only files with archive bit set }
  187.  
  188.    tozip c:\files\*.*           { no ziplev set, IMPLODING on all files }
  189.  
  190.    set ziplev=ea                { Compression method, see PKWare docs }
  191.    set ziptime=19890401         { only files dated >= 1989 April 01 }
  192.  
  193.    tozip d:\files\*.*
  194.  
  195.    set zipcomnt=c:\comment.fil
  196.  
  197.    zipcomnt *                   { comment files dated later that 19890401
  198.                                   with contents of c:\comment.fil }
  199.  
  200.    set ziptime=                 { clean up environment }
  201.    set zipcomnt=
  202.    set ziplev=
  203.  
  204. *  SWEEP tozip * etc...
  205.  
  206. *  To register these programs send 20$ to the following
  207.  
  208.    Thomas Atkinson
  209.    8223 W. Oklahoma Ave.
  210.    Milw, WI. 53219
  211.  
  212.    For special programming considerations also contact the above address
  213.  
  214. *  For BUG reports modem message to the Home Computer (414-543-8929)
  215.  
  216. *  For registration of PKwares
  217.  
  218.    If you send $47 of more, you will receive, when available, the next
  219.    version of the PKZIP, PKUNZIP, and PKSFX programs.  Please state the
  220.    version of the software that you currently have.
  221.  
  222.    Send check or money order to  PKWARE, Inc.
  223.                                  7545 North Port Washington Road
  224.                                  Glendale, WI. 53217
  225.