home *** CD-ROM | disk | FTP | other *** search
/ Windows NT Super Tune-Up Kit / PIE-WindowsNTSuperTuneUpKit-1997.iso / DISK_UTL / TREESIZE / TREESIZE.TXT < prev   
Text File  |  1994-02-04  |  1KB  |  30 lines

  1. README FILE FOR TREESIZE.EXE
  2. Version 1.0, 2/4/94
  3. by Marshall Brain, brain@iftech.com
  4.  
  5. TREESIZE.EXE is an NT console program that adds up the sizes
  6. of all files in the current subtree. Usage is:
  7.  
  8.     treesize
  9.  
  10. It will return something similar to the following:
  11.  
  12.     h:\brain\nt\utils> treesize
  13.     319672   8192*57=466944
  14.  
  15. The first number is the size of all of the files in all subdirectories in the 
  16. subtree h:\brain\nt\utils. If the directory contains no subdirectories, then
  17. this number is identical to the sum that the DIR command produces.
  18. The equation multiples the cluster size for the disk by the number of 
  19. clusters that all of the files consume, to produce the actual disk space
  20. consumed by the files.
  21.  
  22. The EXE provided here is in Intel format. To obtain the source code
  23. so that you can compile to other architectures (or to modify the
  24. program), send an empty email message to "info@iftech.com". This is 
  25. a free auto-reply email server that will send you a list of all 
  26. available files. If you have questions or comments send mail to 
  27. "support@iftech.com". [These are internet email addresses. To reach 
  28. the internet from compuserve type "INTERNET: info@iftech.com" when you
  29. address the message.] 
  30.