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

  1. Documentation of various original programs written
  2. by Ward Christensen
  3.  
  4.         -----D.COM-----
  5. OVERVIEW:
  6.     Tells what's different in the directory from when it
  7. was last set.
  8.  
  9. USAGE:
  10. D        Lists what has been added or deleted since
  11.             last D SET.
  12. D SET        "Registers" all current file names into D.COM
  13. D ADD fn.ft    "Registers" a single name
  14. D DEL fn.ft    Deletes a single name
  15.  
  16.     D.COM usage: For example, if you have a "system" disk,
  17. you might like to "keep it clean", but it has a way of filling
  18. up, and it's not trivial to tell what's different, when just 
  19. doing a directory listing.  If you do a D SET on your disk
  20. when it's the way you want it, then a week later, do "D"
  21. (no operands) D.COM will tell you what's been added, and
  22. what's been erase since the last setting.
  23.  
  24. DEPENDENCIES:
  25.     You may NOT rename D.COM to something else because
  26. D.COM erases itself ahd writes itself back, in order to not
  27. have to use a separate file for the registered names.
  28.  
  29.