This utility copies files and directory trees while fully preserving all timestamps, and when possible, NTFS compression and encryption attributes.
The primary benefit to using vcopy is that it preserves all timestamps and NTFS compression and encryption attributes, when possible. Normally, copy operations will fail to preserve any of the timestamps on directories and the creation and access timestamps on files. Especially in the case of directory timestamps, this default copy behavior wreaks havoc on people who depend on their files and directory trees having meaningful timestamps.
You can also suppress and strip out certain file attributes from being copied; for example, the read-only attribute when copying files from a CD-ROM.
Additionally, vcopy can compute hashes for files as they are being copied, eliminating the need for a wasteful second read pass.