- Smart Copy
- Posted by omerwi@mail.com on November 22nd, 2007
How to copy files from folder A to an existing folder B that has some of A's
files without overwriting existing file i.e., copying only the files that are
not there which results in reduced copy time?
- Posted by Mark L. Ferguson on November 22nd, 2007
xcopy has the /D switch, which only copies files with a newer date, or files
that don't exist yet.
--
helpful? click "Yes" button. Voting helps the web interface.
http://www.microsoft.com/windowsxp/e..._and _support
Mark L. Ferguson
"omerwi@mail.com" wrote:
- Posted by Mark L. Ferguson on November 22nd, 2007
xcopy has the /D switch, which only copies files with a newer date, or files
that don't exist yet.
--
helpful? click "Yes" button. Voting helps the web interface.
http://www.microsoft.com/windowsxp/e..._and _support
Mark L. Ferguson
"omerwi@mail.com" wrote: