home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / fileutil / dirdir2.arj / DIRDIR.DOC < prev    next >
Encoding:
Text File  |  1992-01-20  |  2.0 KB  |  56 lines

  1.                              DIRDIR
  2.                      Directory of Directories
  3.  
  4. This program gives a quick overview of what's on a hard disk. It's
  5. useful when you're looking for directories to delete, also when
  6. approaching a strange machine for the first time.
  7.  
  8. In the default mode it gives a list of first-level directories sorted by
  9. size.
  10.  
  11. Command line can specify a starting directory and/or drive. Default
  12. is the root directory and the current drive.
  13. Examples:    dirdir              analyze current disk
  14.              dirdir d:           analyze d: starting with the root
  15.              dirdir d:\windows   analyze d:\windows and its subordinates
  16.  
  17. Options (can be prefixed with / or -, can come before or after filespec):
  18.  
  19. /F       Full - lists all levels rather than just one level down
  20. /A       Alpha - sort by directory name
  21. /D       Date - sort by date (oldest first)
  22.  
  23. The default to to sort by size and list one level down from the starting
  24. point.
  25.  
  26. The 'size' of a directory includes all subordinates; the 'date'
  27. of a directory is the latest date of any subordinate.
  28.  
  29. I use direct screen writes but output CAN be redirected.
  30. ──────────────────────────────────────────────────────────────────────
  31.  
  32.                        Auxiliary program: BIGFILE.
  33.  
  34. Reports individual files over a given size. I find it useful to run this
  35. before backing up my hard disk, to see if there are any big 'garbage'
  36. files that don't need to be backed up. Could also be used when you
  37. are desperate for disk space.
  38.  
  39. There is only one command line option: the minimum size. The default is
  40. 500,000.
  41.  
  42. Example:  BIGFILE 400000       List all files on the current disk > 400k
  43.  
  44. ──────────────────────────────────────────────────────────────────────
  45.  
  46. The .exe files are public domain. Both programs were written in Realia
  47. Cobol in one evening.
  48.  
  49. Best Regards,
  50.  
  51. Robert Wagner
  52. 2110 65th Street
  53. Lubbock, Tx 79412
  54. 806-745-5328
  55. Also on RIME and ILink Programming/Language conferences.
  56.