home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / turbods / disk12.lbr / DISK.DOC < prev    next >
Text File  |  1986-09-27  |  2KB  |  48 lines

  1. disk.com        documentation
  2. ================================
  3. Version 1.0     May 8, 1986
  4.     Jay Faubion
  5.     PO Box 768
  6.     Ringgold, GA  30736
  7.     (615) 624=2667
  8. ================================
  9.  
  10. Disk.com is for use under TurboDOS v. 1.4 or greater.
  11.  
  12. It combines the capabilities of DRIVE.com, FIXMAP.com and
  13. FIXDIR.com into one utility, with some enhancements.
  14.  
  15. To execute, enter DISK <drive><;options>
  16.  
  17.     Options:    L = send disk characteristics to printer
  18.                 M = Perform "Fixmap" on specified drive
  19.                 F = Perform "Fixdir" on specified drive
  20.                 
  21. Disk.com is written in CB80.  System calls possible thru the
  22.     use of CBC Tools, from Minnow Bear Computers.
  23.     
  24. Sample Output:
  25. ==============
  26.          Drive C: Characteristics
  27.  
  28.          Drive Status:        :Read/Write
  29.          Total space         : 22668 k
  30.          Free space          : 3556k
  31.  
  32.          Sector size         : 1024
  33.          Reserved tracks     : 687
  34.          Tracks on disk      : 916
  35.          Sectors/track       : 99
  36.          Block size          : 4 k
  37.          Directory blocks    : 24
  38.          Directory entries   : 3072
  39.          Allocation Blocks   : 5667
  40.          Allocation blks used: 4778
  41.          Allocation blks left: 889
  42.  
  43.          Fixed media.
  44.  
  45. ================================================================
  46.                           END
  47. ================================================================
  48.