Top "Xcopy" questions

xcopy is a Windows command to copy all files, directories, and subdirectories from a specified path to a target directory

Using xcopy to copy multiple files/directories, some of which have spaces

I'm trying to use xcopy to copy over several files and directories onto an external hard drive. The following command …

windows cmd xcopy
Using xcopy to copy files from several directories to one directory

Is it possible to use xcopy to copy files from several directories into one directory using only one xcopy command? …

msbuild exec xcopy
False 'Sharing Violation' Xcopy error message

I am running a batch script (on computer A). The script copies several files from another computer (computer B) to …

windows batch-file sharing xcopy
xcopy directories and subdirectories recursively and filter only filenames by extension

Here is what i have for now: xcopy "c:\projects\SampleProject" "c:\temp\copytest" /E /H /EXCLUDE:elist.txt It …

batch-file filtering filenames xcopy
xcopy is not recognized as an internal or external command, operable program or batch file

I have a problem using 'xcopy' command. I'm building a C# project with msbuild. At the end of the build, …

xcopy
Powershell Copy-Item but only copy changed files

I am trying to recurse through a directory and copy it from A to B. That can be done with …

powershell xcopy copy-item
Batch script to make backup folder. only new and modified files

I need a script to copy only the changed/modified and new files from my C:\Dropbox to my C:\…

batch-file backup xcopy
Why does xcopy exit with code 9009 in Visual Studio post-build step?

I am getting the following error, which I don't understand. Any suggestions? Error 1 The command "xcopy "D:\Users\johndoe\Documents\…

c# visual-studio xcopy
xcopy does not create directory structure

I have a strange problem with xcopy in Windows XP Professional. I don't know if its a stupid question as …

batch-file windows-xp copy xcopy
VS 2012: Post Build xcopy error 2

i want to make VS copy the .lib-file it created after the build process to a specific folder. So i …

visual-studio msbuild visual-studio-2012 xcopy post-build-event