home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / dos / mark231.lzh / MARK.DOC < prev   
Encoding:
Text File  |  1987-01-12  |  3.4 KB  |  89 lines

  1.  
  2.                      MARK : Mark/UnMark Bad Cluster Program
  3.                            Version 2.31, 12-Jan-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 mark or unmark  a  cluster 
  13.     as  bad.  The  first  cluster on any disk is considered to be #2.  
  14.          Sometimes you will find a cluster on your disk that you suspect is 
  15.     bad, even though FORMAT, CHKDSK,  etc.  do not flag it as bad.  If this 
  16.     is the case, you can use MARK to manually mark that cluster as bad.  
  17.          Note that mark will only let you mark a cluster if that cluster is 
  18.     currently  unused.  If the cluster you wish to mark bad is in use,  use 
  19.     the OWNER program to determine which file is using that  cluster,  copy 
  20.     that  file  to  another  name,  delete  the  original file (to free the 
  21.     cluster) and THEN mark the cluster as bad.  
  22.  
  23.  
  24.     Command Format: 
  25.  
  26.          MARK [d:] [/Q | /U | /M] n
  27.  
  28.               d:   Optional drive letter.  If this is omitted, the default 
  29.                    drive is used.  
  30.  
  31.               /Q   Query switch.  The current status of the following clusters 
  32.                    will be returned.  If no other switch is specified, Query 
  33.                    is assumed.  
  34.  
  35.               /U   Un-mark switch.  The following clusters will be un-marked.
  36.  
  37.               /M   Mark switch.  The following clusters will be marked as bad.
  38.  
  39.               n    Cluster Number, in decimal.  The first data cluster is 2.
  40.  
  41.  
  42.     Examples:
  43.  
  44.          MARK 0         (Will give an *ERROR*, first cluster is 2)
  45.  
  46.          MARK 23        (Will return the current status of cluster 23 of 
  47.                          the current disk)
  48.  
  49.          MARK A: /Q 14  (Will return the current status of cluster 14 on 
  50.                          drive A:)
  51.  
  52.          MARK /M 2      (Will mark cluster 2 of the current disk as bad)
  53.  
  54.          MARK B: /U 10  (Will unmark cluster 10 of drive B: as bad)
  55.  
  56.  
  57.     -----------------------------------------------------------------------
  58.  
  59.          This software is hereby released into the public domain,  and  may 
  60.     therefore  be  freely  copied  and  distributed  within  the  following 
  61.     restrictions: 
  62.  
  63.          1).  It is distributed in its original, unmodified form, including 
  64.               source code and documentation.
  65.  
  66.          2).  No fee is charged for use, copying or distribution.
  67.  
  68.          3).  The program may not be included with other goods or  services 
  69.               supplied  for  a  fee,  unless written permission to do so is 
  70.               obtained in advance from the author.  
  71.  
  72.     This program is provided AS  IS  without  any  warranty,  expressed  or 
  73.     implied,  including  but  not  limited  to  fitfulness for a particular 
  74.     purpose.  
  75.  
  76.          If  you have any questions or comments about this or any other SMG 
  77.     program, write to me at the following address: 
  78.  
  79.                 Steven M. Georgiades
  80.                 SMG Software
  81.                 701-H South Hayward Street
  82.                 Anaheim, CA  92804
  83.  
  84.  
  85.     If you are using this program and find it of value,  your  contribution 
  86.     in  any  amount  ($5.00  suggested)  will be greatly appreciated.  Make 
  87.     checks payable to Steven M. Georgiades.  
  88.                 Thank you.
  89.