October 2012
Intermediate to advanced
1104 pages
64h 7m
English
REPLACE: Smarter File CopyingIf there was such a thing as a Most Underrated Command award, REPLACE would win it hands down. This command, which you almost never hear about, can do three very useful (and very different) things:
• It copies files, but only if their names match those in the target directory.
• It copies files, but only if their names don’t exist in the target directory.
• It copies files, but only if their names match those in the target directory and the matching files in the target directory are older than the files being copied.
Here’s the syntax:
REPLACE source_files target /A /U /P /R /S /W
source_files
The path and file specification of the files you want to copy.
target
The folder to which you want to copy the files.
/A ...
Read now
Unlock full access