home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HARDDISK / SND131.ZIP / SND.DOC < prev    next >
Encoding:
Text File  |  1989-11-12  |  6.6 KB  |  159 lines

  1.  
  2.  
  3.                  SND v. 1.31 - Search aNd Destroy
  4.  
  5.     Search aNd Destroy and SND are Copyright (c) 1989 by Steve Getman
  6.            and COYOTE Software (Tm).  ALL RIGHTS RESERVED.
  7.  
  8.  
  9.     What is SND?: SND - Search aNd Destroy - is a disk utility designed
  10.     ------------  to make life easier on those of us who have hard disks.
  11.                   Have you ever noticed that no matter how big
  12.                   your hard disk is, it always seems to have less free
  13.                   space on it than you like?  In most cases alot of that
  14.                   space is filled with unwanted backup files created by
  15.                   the software we use.  Quite simply what SND does is
  16.                   take a filename you enter, search the entire disk for
  17.                   it, and delete any matching files it comes across.
  18.                   SND supports all DOS wildcards (*.* and ???).
  19.  
  20.  
  21.     A word of warning: This software has the potential to destroy
  22.     -----------------  valuable data if used incorrectly.  A good
  23.                        suggestion is to run it with the -L option active.
  24.                        This will create a file in the current directory
  25.                        containing the paths and names of all the files
  26.                        deleted by SND.  It may come in handy if you find
  27.                        that you have deleted something you didn't want to.
  28.                        Also, a careful use of wildcards will prevent the
  29.                        unwanted deletion of files.
  30.  
  31.  
  32.     Usage:  SND [options] [drive]:[filename]
  33.     -----
  34.  
  35.     Options are:
  36.     -----------
  37.  
  38.            -P  Tells SND NOT to prompt for the deletion of each file.  The
  39.                default mode will prompt for the deletion of each file and
  40.                therefore prevent the accidental loss of data.
  41.  
  42.  
  43.            -L  Creates a file called SND.LOG in the current directory and
  44.                writes the path and name of all files deleted.  This
  45.                is useful for keeping track of what files have been
  46.                deleted.  SND will also write the file(s) sizes and the
  47.                total number of bytes freed.  Adding the numbers up for
  48.                the individual files, you will find that they do not match
  49.                the total given by the program.  The reason for this is
  50.                that DOS allocates disk space in chunks of 2048 bytes,
  51.                (1024 for floppy users).  So, if SND deletes a file of
  52.                say, 128 bytes, it will actually have freed up 2048 bytes
  53.                of disk space.  (or 1024 on a floppy)
  54.  
  55.     *(note)*: SND will NOT delete the log file if the -L switch is
  56.     --------  selected.  The reason being that it would be trying to 
  57.               delete an open file which would cause unlinked chains on
  58.               the disk.  Not a major problem, but annoying.
  59.  
  60.  
  61.            -R  This tells SND to delete files that are marked as Read_Only.
  62.                If this option is not selected, SND will not touch any files
  63.                that are Read_Only.
  64.  
  65.  
  66.            -H  This tells SND to delete files that have the Hidden
  67.                attribute set.  If not selected SND will not touch any files
  68.                that are Hidden.
  69.  
  70.  
  71.            -V  This switch turns off the directory display of SND.  The
  72.                directories and filenames that are being deleted will NOT
  73.                be shown.
  74.  
  75.     *(note)*: Each option must be preceded with a - or  / otherwise it will
  76.     --------  be ignored.
  77.  
  78.     ----------------------------------------------------------------------
  79.  
  80.     Drive: is the drive you want SND to search on.  It defaults to the
  81.     -----  current drive if not specified.
  82.  
  83.     Filename: is the filespec you want SND to search for and remove.  If
  84.     --------  you do not specify one, it will default to *.BAK (All files
  85.               on the disk with a .BAK extension)
  86.  
  87.  
  88.     ----------------------------------------------------------------------
  89.  
  90.                                 Examples:
  91.                                 --------
  92.  
  93.             C> SND
  94.  
  95.                This will show a help screen giving all the options for
  96.                SND.
  97.  
  98.  
  99.             C> SND -P
  100.  
  101.                This will deleted all files on the current drive (C: in
  102.                this case) WITHOUT prompting for each file before it is
  103.                deleted.
  104.  
  105.  
  106.             C> SND -L D:*.TXT
  107.  
  108.                This will delete all files on drive D: with an extension
  109.                of .TXT and will put their names and paths into a file
  110.                called SND.LOG which will be in the current directory.
  111.                SND will prompt for the deletion of the files before
  112.                removing them.
  113.  
  114.  
  115.             C> SND -R -H -P D:*.*
  116.  
  117.                This set of options will first prompt to make sure you
  118.                want to delete ALL files on drive D: and if you respond
  119.                yes, will proceed to do so.  PLEASE be VERY careful with
  120.                command lines such as this as you may very easily lose some
  121.                important data.
  122.  
  123.  
  124.             C> SND -V -P
  125.  
  126.                This will delete all files on the current drive with the
  127.                extension of .BAK and will NOT show them as they are
  128.                deleted.  It will also NOT prompt for each file as it is
  129.                deleted.
  130.  
  131.     ----------------------------------------------------------------------
  132.     Please read the documentation for License Agreement, Distribution, and
  133.     further information as to how to use SND.
  134.     ----------------------------------------------------------------------
  135.  
  136.  
  137.         If you find this program useful, and would like to see others
  138.     developed, a contribution of $5.00 would be greatly appreciated.
  139.     Please read the LICENSE.DOC file for information regarding what you
  140.     will receive for registering this software.
  141.  
  142.         Even if you do not intend to keep using this program, we would
  143.     like to hear from you.  If you have an idea for a utility or program
  144.     you would like to see developed, or any comments or other suggestions,
  145.     please drop us a line at the address below.
  146.  
  147.                                                 Thank You,
  148.                                                 Steve Getman
  149.  
  150.                              Steve Getman
  151.                              COYOTE Software (TM)
  152.                              7 Watson Ave
  153.                              Binghamton, NY 13901-1805
  154.  
  155.  
  156.     Search aNd Destroy (SND) is (c) Copyright 1989 by Steve Getman and
  157.   COYOTE Software (Tm).  ALL RIGHTS RESERVED.
  158.  
  159.   COYOTE Software is a trademark of COYOTE Software based in Binghamton, NY.