home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / 014r / pak_kit6.zip / PAK-KIT6.DOC < prev    next >
Text File  |  1988-12-04  |  4KB  |  129 lines

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