home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / FAT_UTIL.ZIP / FATSTUFF.DOC < prev    next >
Encoding:
Text File  |  1985-12-06  |  724 b   |  28 lines

  1. x1lM
  2.  
  3.  
  4.                                   FATDUMP.COM
  5.                                   FATSTART.COM
  6.  
  7.  
  8. These two utilities list the contents of the disk's file allocation table.
  9.  
  10.  
  11. FATDUMP.COM
  12.  
  13.             use:  Fatdump  drive:[opt'l  start sector for 2nd fat]
  14.  
  15.          File allocation table dump.  It assumes sector 1 is a FAT,
  16.          assumes FATs are 12 bits.  Stops after 4096 fats.  Use ^S
  17.          then ^C to stop sooner.
  18.  
  19.  
  20.  
  21. FATSTART.COM
  22.  
  23.          FATSTART.COM shows the hex starting cluster and hex length of
  24.          every file in current directory and subdirs; shows Dir and
  25.          Archive bits, too.  Used for "curiosity"; originally written
  26.          to help recover lost files.
  27.  
  28.