TREESIZE.EXE 16-bit DOS MODE
Purpose Measure the size of an entire directory tree.
Description This program calculates the size of an entire tree of directories. It uses the device cluster size to get an accurate measure of the size of the tree as stored on that specific device. The -r option will give the size of the files only, with no cluster correction. Offers similar include-exclude options to CPTREE.

See also: CPTREE.EXE, DELTREE.EXE, MAPTREE.EXE



    TREESIZE version 1.32    written by Lincoln Jaros

    Correct syntax:

        treesize [options] dir

        -f fname          response file holding option and file list
        -q                quiet mode - show answer only
        -v                echo files as checked
        -i fname          include files
        -x fname          exclude files
        -p                show disk parameters
        -r                raw byte total (no cluster correction)
        -n                show number of counted files
        dir               directory tree to count

		

DOWNLOAD