home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / cpmug / cpmug040.ark / FMAP.DOC < prev    next >
Encoding:
Text File  |  1984-04-29  |  1.7 KB  |  56 lines

  1.         ----FMAP.COM----
  2. AUTHOR:
  3.     Ward Christensen
  4.  
  5. OVERVIEW:
  6.     Prints a sorted list of files on disk, with their
  7. size in records and K, and a map of the allocation groups
  8. where the file resides.  Optionally writes the selected
  9. names to a file.  Improvement over earlier FMAP in that
  10. the additional extents after the 1st are printed, and also
  11. for the new options: B, M, P, U.
  12.  
  13. USAGE:
  14.     FMAP            Maps the logged in disk
  15.     FMAP A:            Maps disk A (Etc)
  16.  
  17. Ambiguous references are allowed:
  18.     
  19.     FMAP A:*.ASM        etc.
  20.  
  21. FMAP can also produce a bit map of disk allocation.  Each
  22. bit is printed as a 0 if no file is allocated to that 1K
  23. block or a 1 if a file is allocated, or even a 2 or more if
  24. due to disk errors more than 1 file are allocated to the
  25. same block.  This is a B option:
  26.  
  27.     FMAP A: B
  28.  
  29.     The following all create a file called "NAMES.SUB" ON
  30. the logged in disk.  The comments after the command show what
  31. is written to NAMES.SUB
  32.  
  33. FMAP A: F
  34.     fn.ft to NAMES.SUB (also lists to console)
  35. FMAP A: Q
  36.     fn.ft ("q"uiet i.e. no list)
  37. FMAP A: D
  38.     $1 $2fn.ft $3      e.g. submit names type b:
  39.                         $1   $2
  40. FMAP A: M
  41.     $1 $2 $3fn.ft (for use with SUBMIT and my MODEM
  42.      program)  e.g. submit names modem so.600 b: 
  43.                      $1    $2     $3
  44. FMAP A: P
  45.     $1 $2fn.ft$3 (for use with submit, and PIP, where $2 is
  46.     the disk, and $3 is typically the "[V]" option).
  47. FMAP B: Unn
  48.     Creates "CATALOG.nn" on the B: disk, which is the
  49.     skeletal CP/M Users Group catalog, with headings,
  50.     serial numbers, the # of K, and alphabetically sorted
  51.     names.  (Just thought you might be interested)
  52.  
  53. DEPENDENCIES:
  54.     64 directory entries.  1.3 or 1.4 only.  Probably
  55. gets mixed up by the high bits on in the filenames in 2.0.
  56.