MAPTREE.EXE 16-bit DOS MODE
Purpose Display a directory tree on-screen.
Description This program is used to scan a directory structure and display it on the screen.


    MAPTREE version 1.11    written by Lincoln Jaros

        maptree [options] dirname

        -f fname     response file holding option and file list
        -w           Windows file stat in echo
        -e           extended file stats in echo
        -n           filename only (no pathname)
        -t           draw directory tree
        -tb          draw directory tree with spacer lines
        -l           draw directory tree with extended characters
        -i  fname    include files that match pattern
        -id fname    include directories that match pattern
        -x  fname    exclude files that match pattern
        -xd fname    exclude directories that match pattern

        dirname      source directory

		

DOWNLOAD