DELTREE.EXE 16-bit DOS MODE
Purpose Delete an entire directory tree.
Description This program works like the DOS 6.x program of the same name. It offers the same include and exclude options of CPTREE, and also the list only - no deleting option.

By the way, I had the name long before Microsoft stole it!

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



    DELete TREE version 1.33    written by Lincoln Jaros

    Correct syntax:

        deltree [options] dir

        -f fname     response file holding option and file list
        -l           list files to be deleted only - no deleting
        -i fname     include files that match pattern
        -x fname     exclude files that match pattern
        -d nn        include only files at least nn days old
        -q           quiet mode - no verify
        -y           delete immediately - don't ask for confirmation

        dir          directory tree to delete

    Delete all files and subdirectories in a DOS file tree.
      (Press Ctrl-Break to abort during deletion process.)

		

DOWNLOAD