Showing posts with label command line. Show all posts
Showing posts with label command line. Show all posts

Thursday, 20 October 2011

how to copy only new files with batch file?

xcopy *.docx ..\backupdoc /d /y
with other words, you may sync files by this command line. This that you cannot do is to delete files doesn't exist on source.