Top "Xcopy" questions

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

Why does xcopy not copy files when using these parameters?

I have a simple xcopy script that I'm running from the command line that reads a CSV file of directories …

windows cmd xcopy
How to append date to directory path in xcopy

I do have a xcopy statement in bat file.. would you please help me to append today's date to one …

windows batch-file xcopy
Windows cmd shell xcopy to network directory doesn't work

Im trying to make a batch file that will copy all new files and folders from a source folder to …

windows batch-file xcopy
PowerShell use xcopy, robocopy or copy-item

The reason for switching from batch files to powershell scripts is to improve error checking of the process. Does the …

powershell xcopy copy-item
The command "XCOPY" exited with code 4 error while building checkin with new build definition

I am using TFS2012.I have created a build definition to build every checkIn uding VS2012. In Vs2008 for my …

visual-studio-2012 build-automation xcopy
Telling XCOPY to copy hidden folders as well as hidden files

I'm trying to get XCOPY to copy an entire directory tree and all its files, however, one of the directory …

dos xcopy
Is XCOPY the fastest tool to copy folders/files over Windows file system?

I have a maintenance task to copy folders from one server to another. the source folder is big - roughly ~…

windows command-line filesystems xcopy
xcopy wildcard source folder name to destination

I want to copy from a wildcard source folder to a destination folder: xcopy a:\parentfolder\n* x:\parentfolder Only …

batch-file cmd wildcard xcopy
how to copy multiple files to a folder using xcopy

would you please let me kno how can I copy multiple directories located in different locations to a backup directoy …

windows batch-file xcopy
Batch file to copy from remote desktop to local machine

How do I copy a file from a remote desktop user's drive to my local machine using xcopy or any …

batch-file cmd xcopy