CPTREE.EXE 16-bit DOS MODE
Purpose Copy an entire directory tree using a variety of options.
Description This program works like XCOPY with many useful extensions. It can exclude or include files that match a pattern. It can do the same with directories. It can copy only new files. Its can copy then verify. It can verify only. It can list files which would be copied but not perform the action. The list goes on and on.

NOTE: This program can copy gracefully from a NetWare volume currently in use. It will copy files that are locked for write access by other programs; the -s option will skip files locked for all access by others without crashing. Very useful.

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



    CoPyTREE version 1.44    written by Lincoln Jaros

        cptree [options] dir1 dir2

        -f fname     response file holding option and file list
        -c           compare dir1 tree to dir2 - no copying
        -l           list files to copy only - no copying
        -m           make destination dir if it does not exist
        -q           quiet mode - no filename echo
        -e           extended file stats in echo
        -t           only more recent (or missing) files
        -tn          only different date (or missing) files
        -a           copy using then clearing backup bit
        -s           skip locked input files and continue
        -b           clear backup bit after copy
        -z           delete all files with 1/1/80 date
        -v           verify files after copying
        -k           install automated critical error handler
        -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
        dir1         source directory
        dir2         destination directory

		

DOWNLOAD