home *** CD-ROM | disk | FTP | other *** search
/ Best Objectech Shareware Selections / UNTITLED.iso / boss / util / file / 006 / noslack.doc < prev   
Encoding:
Text File  |  1993-06-02  |  3.1 KB  |  76 lines

  1.  
  2.                            NOSLACK 1.0
  3.  
  4.  
  5.   NOSLACK overwrites a file's unused cluster area with zeros.
  6.  
  7.       DOS allocates file space on a disk in terms of fixed-length
  8.   blocks called clusters.  Since few files are exactly a multiple
  9.   of the cluster size in length, the unused bytes at the end of the
  10.   last cluster could possibly contain sensitive or confidential
  11.   information left in the system memory. NOSLACK over-writes these
  12.   unused bytes with zeros. The disk's cluster size is automatically
  13.   detected.
  14.  
  15.       File attributes are preserved and READ-ONLY files are never
  16.   touched. To wipe the slack on a READ-ONLY file, you'll have to
  17.   change the file attribute first.
  18.  
  19.       The program displays a list of the files and how many bytes
  20.   are cleared as it progresses. The total number of files affected
  21.   is given at the end.
  22.  
  23.       File times and dates are preserved by default, but if you put
  24.   a lower or upper case "T" on the command line, the file times and
  25.   dates are set to the current time and date. In other words, this
  26.   program can also act as a "TOUCH" utility.
  27.  
  28.       To interrupt the process, press the letter Q or ESC.
  29.  
  30.       NOSLACK entered alone without any command line arguments
  31.   gives a small help screen.
  32.  
  33.       DOS wildcards in the filename can be used. If the drive and
  34.   subdirectory aren't given, the default is the current directory.
  35.  
  36.       I've tested the program on several versions of DOS and on a
  37.   commercial automatic disk compressor and I haven't found any
  38.   problems. I can't predict how virus detection programs that watch
  39.   for file changes would react. The only one I have available gives
  40.   me no problems.
  41.  
  42.   Though I reserve the copyright, I grant the right for this
  43.   program to be copied and used without restriction. No fee is
  44.   required for continued use. However, if this program is used, I
  45.   would like to request a postcard be mailed to the author. You
  46.   don't have to give feedback or your name or address. I would just
  47.   like an idea of how many people are using this program. This is
  48.   only a request and not a requirement for continued use.
  49.  
  50.  
  51.  
  52.                            Daniel Dean
  53.                          75 N Wright Ave
  54.                      Fairborn OH 45324-5049
  55.  
  56.  
  57. *******************************************************************
  58. *******************************************************************
  59.  
  60.                      DISCLAIMER OF WARRANTY
  61.  
  62.   NOTICE: THIS PROGRAM IS SUPPLIED "AS-IS" AND WITHOUT WARRANTIES
  63.   AS TO PERFORMANCE OF MERCHANTABILITY OR ANY OTHER WARRANTIES
  64.   WHETHER EXPRESSED OR IMPLIED.  BECAUSE OF THE VARIOUS HARDWARE
  65.   AND SOFTWARE ENVIRONMENTS INTO WHICH THIS PROGRAM MAY BE PUT, NO
  66.   WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE IS OFFERED BY THIS
  67.   PROGRAM'S AUTHOR.
  68.  
  69.   GOOD DATA PROCESSING PROCEDURE DICTATES THAT ANY PROGRAM BE
  70.   THOROUGHLY TESTED WITH NON-CRITICAL DATA BEFORE RELYING ON IT.
  71.   THE USER MUST ASSUME THE ENTIRE RISK OF USING THIS PROGRAM.  THE
  72.   AUTHOR WILL NOT BE HELD LIABLE FOR ANY DAMAGE, EITHER ACCIDENTAL
  73.   OR INTENTIONAL, RESULTING FROM THE USE OF THIS PROGRAM.
  74.  
  75.  
  76.