Top "Xcopy" questions

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

SolutionDir set to *Undefined* in post-build xcopy event

I have a project that has a post-build event that xcopies a DLLs to a certain directory: xcopy "$(TargetDir)$(TargetName).…

msbuild xcopy
How to use xcopy to add the date in the destination file?

This is my current code xcopy "C:\Users\Asus\Desktop\Test\Test.MDB" "C:\Users\Asus\Google Drive\" /Y /H /…

xcopy
Recursively copy files that match a wildcard combination but not create the directory tree in DOS

I found that I can use xcopy /s to copy all files that match a wildcard combination in a folder …

recursion copy dos xcopy
Xcopy with excluding folders (sub-directories)

I want to copy files and folders in a directory to another folder excluding sub-folders with files contains it, as …

cmd command-prompt xcopy
Powershell: 'The fully qualified file name must be less than 260 characters'

I tried to use powershell command copy-item as xcopyto copy content of one disk to another one. copy-item -Path h:\* …

powershell xcopy file-copying copy-item max-path
Parallel copy using xcopy

I need to copy multiple directories from one location to other. So, there are going to be multiple xcopy statements, …

batch-file command dos xcopy
Xcopy with Python

I'm trying to get xcopy working with python to copy files to a remote system. I am using a very …

python xcopy
What is an "XCopy version"?

I am trying to download Oracle Data Access Components. Some of the components are named as XCopy version. I know …

oracle xcopy
Copy Files with exact Structure into another Directory using XCopy

Think I want to copy this file C:\Majid\File\text.txt to D:\Copied (C:\Majid\File\text.txt …

windows file copy xcopy
Recursively copy folders with long file names (more than 260 chars)

I am trying to automate copy/replication of drives. Many of the drives have long file names, that fail the …

powershell xcopy max-path