About 2,740,000 results
Open links in new tab
  1. Is there a way to xcopy just changed or new files? - Super User

    xcopy C:\source X:\destination /s My desktop is a Windows XP machine, and I need to copy to a Windows Server 2008 machine, but this copies everything and the whole site is very large and …

  2. How to use xcopy to only copy files if they are newer?

    From typing "help xcopy" at the command line: /D:m-d-y Copies files changed on or after the specified date. If no date is given, copies only those files whose source time is newer than the …

  3. windows 7 - xcopy: move files instead of copy? - Super User

    I would like to use xcopy to move, not copy files across a network with the Verify flag. I could not find a switch on xcopy to move files, is there an xmove I can use that has verify? At the momen...

  4. Xcopy Command excluding files and folders - Stack Overflow

    I want to copy files and folders in a directory to another folder excluding a list of files and folders.Is that possible. I was just trying to copy excluding file : xcopy c:\\t1 c:\\t2 /EXCLUDE:

  5. filesystems - copy all files and folders from one drive to another ...

    Aug 24, 2011 · 81 i want to copy all files and folders from one drive to another drive using MS-DOS. How to do it? I am trying xcopy I:\*.* N:\ But it copies only files, not folders. So how to …

  6. Difference between xcopy and robocopy - Stack Overflow

    Jun 9, 2014 · I'm kind of new to batch scripting. As a newbie I find both both of them useful while scripting What are the key differences between xcopy and robocopy?

  7. xcopy file, rename, suppress "Does xxx specify a file name..." …

    xcopy will allow you to copy a single file into a specifed folder it just wont allow you to define a destination name. If you require the destination name just rename it before you copy it.

  8. XCOPY- How to copy Source Folder and all subfolder/files but …

    Apr 28, 2022 · All Xcopy/robocopy documentation seems to gloss over copying the folder as if you are performing a right-click copy and paste. I want C:\Folder to copy to D:\Whatever but I want …

  9. batch to copy files with xcopy - Stack Overflow

    Feb 2, 2012 · I have checked some examples on internet but I can't get my (first) batch file to work. I would like to copy automatically my file from a folder to another one but nothing …

  10. How to optionally copy and rename a file in Windows?

    Nov 8, 2013 · xcopy /Y /D c:\source\a.file c:\dest\b.file - if destination does not exist, tries to ask if the destination is a file or directory, creating havoc in the automated build.