Top "Xcopy" questions

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

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

This seems pretty simple and maybe I'm just overlooking the proper flag, but how would I, in one command, copy …

command-line command-prompt xcopy
Copy files without overwrite

I just can't seem to find a way on the command line to say "copy all the files from directory …

windows batch-file xcopy robocopy
How do I find files with a path length greater than 260 characters in Windows?

I'm using a xcopy in an XP windows script to recursively copy a directory. I keep getting an 'Insufficient Memory' …

windows windows-xp xcopy max-path
What is going wrong when Visual Studio tells me "xcopy exited with code 4"

I'm not very familiar with post-build events, so I'm a little confused as to what's going wrong with my program. …

c# visual-studio-2010 visual-studio-2012 xcopy
batch to copy files with xcopy

I have checked some examples on internet but I can't get my (first) batch file to work. I would like …

batch-file xcopy
batch file Copy files with certain extensions from multiple directories into one directory

I'm a newbie, so bear with me... I am trying to copy all .doc files that I have scattered throughout …

windows batch-file command-prompt xcopy .doc
XCOPY: Overwrite all without prompt in BATCH

I create a batch program, which is copying all files newer than the destination from "C:\Users\ADMIN\Desktop" to "…

windows batch-file cmd xcopy
XCOPY switch to create specified directory if it doesn't exist?

I am using XCOPY in a post-build event to copy compiled DLLs from their output folders to the main app's …

xcopy post-build-event
/exclude in xcopy just for a file type

I have a batch file to copy over files from Visual Studio to my Web folder. I want to copy …

batch-file xcopy
BATCH file asks for file or folder

I have a simple copy from to script for one of our guys who's missing a file 20km from my …

batch-file xcopy