Top "Xcopy" questions

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

Xcopy Command excluding files and folders

I want to copy files and folders in a directory to another folder excluding a list of files and folders.…

command-line cmd xcopy
XCOPY still asking (F = file, D = directory) confirmation

My batch script xcopy is still asking F = file, D = directory confirmation even though I have added /F in the …

windows batch-file cmd xcopy
What's causing xcopy to tell me Access Denied?

The postbuild task for one of our solutions uses xcopy to move files into a common directory for build artifacts. …

windows cmd xcopy
Batch file to run xcopy without overwriting existing files

I need my program to run: xcopy s:\* z:\ /E When xcopy runs, it will prompt if a file needs …

windows batch-file xcopy
Execute windows batch command from Jenkins fails but runs fine in cmd.exe

I am trying to run this command in jenkins after a MSbuild xcopy "C:\Program Files (x86)\Jenkins\workspace\trunk\…

batch-file cmd jenkins xcopy
Batch - copy file using relative path

I'm a beginner with batch. I would like to copy file in \Debug\test.ext into ..\..\new by batch command. …

batch-file cmd xcopy
Having XCopy copy a file and not overwrite the previous one if it exists (without prompting)

I'm sending a commands to a remote computer in order to have it copy a file. I want the file …

xcopy
Why would a post-build step (xcopy) occasionally exit with code 2 in a TeamCity build?

A few projects in my client's solution have a post-build event: xcopy the build output to a specific folder. This …

teamcity xcopy
xcopy returns error "Invalid number of parameters" when exclude parameter is set

Issuing: xcopy X:\ "Y:\...\bin\9876543210\" /c /g /d /i /e /r /h /y works as expected. However: xcopy X:\ "Y:\...\…

windows batch-file cmd xcopy
Windows batch copy files from subfolders to one folder

I had tried to make batch script that copies all *.tif files located in D:\images(random named subfolders here) …

windows batch-file copy xcopy