home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / MEMORIA / OWNER152.ZIP / OWNER.DOC < prev   
Encoding:
Text File  |  1987-03-13  |  3.2 KB  |  84 lines

  1.  
  2.                          OWNER : Cluster Owner Program
  3.                            Version 1.52, 13-Mar-1987
  4.                                   SMG Software
  5.  
  6.                            (C) Copyright 1986,1987 by
  7.                                Steven Georgiades
  8.                               All Rights Reserved
  9.  
  10.  
  11.  
  12.          This program enables the user to  easily  determine  what  file  a 
  13.     specified  cluster  belongs  to.  The  first  cluster  on  any  disk is 
  14.     considered by DOS to be #2.  
  15.          Some  utilities will check all the clusters on your disk to see if 
  16.     any are bad.  But once you know which cluster is bad,  you have no easy 
  17.     way  of  determining  what  file that cluster belongs to.  This program 
  18.     solves that problem.  You give it the cluster number in  question,  and 
  19.     it  will  search  all of the directories on the disk to determine which 
  20.     file "owns" it.  If the cluster specified is invalid (0, 1,  or greater 
  21.     than the maximum),  an error will be flagged.  If the cluster is not in 
  22.     use,  or if it is marked as bad,  or if it  appears  to  be  lost,  the 
  23.     program  will  say so.  Once you have determined which file the cluster 
  24.     belongs to,  you can then copy it to another  place  on  the  disk,  or 
  25.     RECOVER it,  or simply delete it.  You may then use the MARK program to 
  26.     mark that cluster as bad.  
  27.  
  28.  
  29.     Command Format:
  30.  
  31.          OWNER [n]
  32.  
  33.               n = Cluster Number to Check
  34.  
  35.  
  36.     Examples:
  37.  
  38.          OWNER 0        (Will give an *ERROR*, first cluster is 2)
  39.  
  40.          OWNER 10       (Will tell what file owns cluster 10 (decimal))
  41.  
  42.  
  43.     Revision History:
  44.  
  45.          Version 1.00        Initial Release
  46.  
  47.          Version 1.51        Changed cluster number output to decimal.
  48.  
  49.          Version 1.52        Corrected bug that would cause "Cluster 
  50.                              appears to be lost" message incorrectly.
  51.  
  52.  
  53.  
  54.          This software is hereby released into the public domain,  and  may 
  55.     therefore  be  freely  copied  and  distributed  within  the  following 
  56.     restrictions: 
  57.  
  58.          1).  It is distributed in its original, unmodified form, including 
  59.               source code and documentation.
  60.  
  61.          2).  No fee is charged for use, copying or distribution.
  62.  
  63.          3).  The program may not be included with other goods or  services 
  64.               supplied  for  a  fee,  unless written permission to do so is 
  65.               obtained in advance from the author.  
  66.  
  67.     This program is provided AS  IS  without  any  warranty,  expressed  or 
  68.     implied,  including  but  not  limited  to  fitfulness for a particular 
  69.     purpose.  
  70.  
  71.          If  you have any questions or comments about this or any other SMG 
  72.     program, write to me at the following address: 
  73.  
  74.                 Steven M. Georgiades
  75.                 SMG Software
  76.                 701-H South Hayward Street
  77.                 Anaheim, CA  92804
  78.  
  79.  
  80.     If you are using this program and find it of value,  your  contribution 
  81.     in  any  amount  ($10.00  suggested) will be greatly appreciated.  Make 
  82.     checks payable to Steven M. Georgiades.  
  83.                 Thank you.
  84.