Top "Xcopy" questions

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

Copy entire directory to output folder maintaining the folder structure?

I want a specific directory to be copied to output folder ("bin") on every build. I think it can be …

visual-studio visual-studio-2012 directory copy xcopy
How to deploy SQL Server Compact Edition 4.0?

How do i deploy Microsoft SQL Server Compact 4.0? SQL Server Compact Edition (currently at version 4.0) is: a free, embedded database …

sql-server-2008 deployment sql-server-ce ado xcopy
How to use xcopy to only copy files if they are newer?

I have many web applications in a Visual Studio solution. All have the same post build command: xcopy "$(TargetDir)*.dll" "…

visual-studio xcopy post-build-event
xcopy all folders and subfolders from txt(with paths , and spaces )

I have a txt file with the full path for .jpg files, I need to xcopy the whole folders including …

windows batch-file cmd xcopy
Running batch file with arguments from C#

I have a batch file like this @echo off xcopy /e %1 %2 I have my C# code as follows: string MyBatchFile = @"…

c# batch-file arguments xcopy
Hide Command Window in C# Application

Before you say its a duplicate question, please let me explain (as I've read all similar threads). My application has …

c# .net command-prompt xcopy
Batch file error: "xcopy is not recognized as an internal or external command..."

I'm programming a batch file and after a long amount of code, I have: :d1copy xcopy /Y "C:\Users\…

batch-file batch-processing xcopy
"invalid path 0 files copied" Error while using xcopy command

Hi I have this little command to copy files in a batch, which will help because I do this specific …

windows batch-file path filepath xcopy
Folder Names with Spaces in XCOPY doesn't work?

Working on a batch script that backs up various important folders on my PC, I have ran into a problem. …

batch-file cmd xcopy
Make a relative path in batch file

I have a batch file that I wont know what drive letter it will be as I will be moving …

path batch-file xcopy