blog@eriköjebo.se

/lambλda/calculus/

$ login
$ ls -d /*/
  • /CodeBlog
  • /FamilyBlog
  • /AboutMe
  • /ContactMe
  • $ cat "

    Quick Tip: Copying Files that do not Exist in the Target Folder with XCOPY

    "

    Here is how you can copy only the files that do not already exist in the target directory from a given source directory. It will also copy all files that are newer in the source directory than in the target directory.

    C:\>xcopy c:\temp\testcopy\source c:\temp\testcopy\target /e /d


    Written by Erik Öjebo 2012-01-25 13:22 Comments (0)
Previous Next
$ info

Erik Öjebo

I'm a programmer, father, consultant and emacs enthusiast living in Örebro, Sweden. I specialize in .NET development using agile practices. I spend my time working on open source software and learning interesting programming languages such as lisp, ruby and haskell (using emacs, of course). More

profile for Erik Öjebo at Stack Overflow, Q&A for professional and enthusiast programmers
x