home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / PAK_KIT4.ZIP / PAK-KIT4.DOC < prev    next >
Encoding:
Text File  |  1988-11-06  |  3.9 KB  |  118 lines

  1. *  PAK-KIT4
  2.  
  3. *  The intent of this program at this time is to allow upkeep to your
  4.    present ARC file collection.  Please note that file extensions
  5.    are NOT altered.
  6.  
  7.    The future of this program is aimed at the process of converting
  8.    your ARC file collection into the future product released by
  9.    PKwares Inc.
  10.  
  11. *  If you send $47 of more, you will receive, when available, an ALL
  12.    NEW data compression utility with better and different compression
  13.    methods, enhanced functions, and increased user friendliness.
  14.  
  15.    Send check or money order to:  PKWARE, Inc.
  16.                                   7032 Ardara Avenue
  17.                                   Glendale, WI. 53209
  18.  
  19.    Please state that you are registering for the ALL NEW product.
  20.  
  21. *  11/06/88 - Added CLNARC to PAK-KIT. allows selective deletes of
  22.               unwanted files from archives.
  23.  
  24. *  10/15/88 - Added detection of DesqView and TaskView to allow programs
  25.               to be run as background process.
  26.  
  27. *  10/14/88 - Updated varied documentation.
  28.  
  29. *  10/10/88 - If you receive the message ARC not accessible on
  30.               path when it is, please check ARC executable for read
  31.               only access.
  32.  
  33. *  10/09/88 - Path search fix, possible non processing by CHKARC,
  34.               and error message from dos when ARCCOMNT run. Both
  35.               problems due to use when PKPAK and PKUNPAK are on path,
  36.               but PKARC and PKXARC are not on path, (huh).
  37.  
  38.               The first version would only operate if PKARC and
  39.               PKXARC where on path.
  40.  
  41. CLNARC.EXE *.* file/s_to_delete
  42.  
  43.    Allows selective deletes of unwanted files from selected archives.
  44.  
  45. CHKARC.EXE *.*
  46.  
  47.    To check integrity of your archive files. See CHKARC.LOG for
  48.    files reported erred.  Note that warnings are also posted to
  49.    CHKARC.LOG as ERROR IN FILE.
  50.  
  51. REARC.EXE *.*
  52.  
  53.    This program will rearc all archives for you.  When PKwares
  54.    releases its next product, this program will be modified to
  55.    use that program to process ARC files into the future extension.
  56.  
  57. ARCCOMNT.EXE *.* your desired comment
  58.  
  59.    Is optional, as a sysop, i use this for free advertising.
  60.    Note that this is an archive comment and not a file by file
  61.    comment of archive files.  Be aware that the longest length
  62.    of a comment is 32 character positions.  Any more and you will
  63.    receive one beep for each extra character.
  64.  
  65. *  These programs do not have to be run in a specific order, nor do
  66.    they all have to be run.
  67.  
  68. *  File date/time and attributes remain the same as prior to process.
  69.  
  70. *  Note that .LOG files are not deleted by these programs.  They are
  71.    meant to be used at a later date by yourself.
  72.  
  73. *  Note that erred files are not REARCed.
  74.  
  75. *  Note that ARCCOMNT will comment erred files but error will remain.
  76.  
  77. *  If you must abort the programs as they are running then use
  78.  
  79.    CTRL/BREAK   (ONE TIME)
  80.  
  81.    External processes must be allowed to complete for CTRL/BREAK to be
  82.    picked up.  If you must CTRL/BREAK, the need to delete .$$$ entries
  83.    will be required.
  84.  
  85. *  For extra processing speed use a ram disk to hold PKwares
  86.  
  87. *  Sample .BAT file:
  88.  
  89.    chkarc   c:\files\*.*
  90.    chkarc   d:\files\*.*
  91.    rearc    c:\files\*.*
  92.    rearc    d:\files\*.*
  93.    clnarc   c:\files\*.* command.com *.bak etc...
  94.  
  95.    pause    check your .LOG files before continuing
  96.  
  97.    arccomnt c:\files\*.*                      (blank wipes all comments)
  98.    arccomnt d:\files\*.* Your desired comment
  99.  
  100. *  SWEEP chkarc * etc...
  101.  
  102. *  Possible SWEEP problem with system locking, requiring CTRL/BREAK to
  103.    exit.  Assumed to be resource degradation, FCBS or FILES may need to
  104.    be set higher.
  105.  
  106. *  Programs  PAK-KIT4
  107.    Author    Atkinson - Home Computer - 414-543-8929 - 154/666
  108.    Language  Turbo Pascal 4
  109.    Utilities Turbo Professional
  110.    Dos       PC-DOS 3.3
  111.    Date      10/10/88
  112.  
  113. *  If you use this program send 10$ to
  114.  
  115.    Thomas Atkinson
  116.    8223 W. Oklahoma Ave.
  117.    Milw, WI. 53219
  118.