xcopy Questions

3

Solved

How do i deploy Microsoft SQL Server Compact 4.0? SQL Server Compact Edition (currently at version 4.0) is: a free, embedded database that software developers can use for building Windows des...
Azevedo asked 24/5, 2012 at 14:47

7

My batch script xcopy is still asking F = file, D = directory confirmation even though I have added /F in the script, the log is showing as below. Please help on how to avoid asking confirmat...
Caudell asked 17/11, 2015 at 8:57

8

Solved

I have a problem using 'xcopy' command. I'm building a C# project with msbuild. At the end of the build, a batch file is called to copy my assemblies from Debug/Release to some other folders. Her...
Reyreyes asked 24/6, 2013 at 10:37

2

The basic requirement is to copy the various files and folders from different solution/project directories to the single build_output folder(/subfolders). Currently, I am doing this operation usin...
Predominance asked 29/11, 2018 at 17:28

6

Solved

The postbuild task for one of our solutions uses xcopy to move files into a common directory for build artifacts. For some reason, on my computer (and on a VM I tested), the xcopy fails with "Acces...
Credent asked 18/3, 2009 at 18:7

2

Solved

We have an internal excel addon we deploy on a regular basis across a number of UNC directories. Each copy is set to read only so that the users can't alter it on accident. The "deployment" process...
Gird asked 12/1, 2016 at 20:7

5

Solved

I've had a look at the switches for XCOPY and can't seem to find one that suppresses the confirmation of the number of files that have been copied. Do you know if this is possible? Thanks in adva...
Zoller asked 29/7, 2013 at 12:25

6

Solved

I have a strange problem with xcopy in Windows XP Professional. I don't know if its a stupid question as I am specifying only a file as the source, so should I even expect any other behavior ? This...
Extremity asked 29/11, 2011 at 5:58

6

Solved

A few projects in my client's solution have a post-build event: xcopy the build output to a specific folder. This works fine when building locally. However, in TeamCity, I occasionally get xcop...
Warrick asked 20/10, 2011 at 11:33

4

Solved

I need a script to copy only the changed/modified and new files from my C:\Dropbox to my C:\backup. Why does this copy only the folder structure: @echo off set destination=C:\Backup set source=C:...
Johnie asked 1/7, 2012 at 6:41

2

Solved

I'm developing an app that should build on Windows, Linux and OS X using QtCreator and Qt 5.3. I want to copy all files and subfolders from a folder into output folder. I've got it working for Linu...
Wang asked 29/6, 2014 at 9:54

7

I am trying to run this command in jenkins after a MSbuild xcopy "C:\Program Files (x86)\Jenkins\workspace\trunk\Projects\results\results\obj\Debug\Package\PackageTmp" "Y:\Extraction_Zone\Jenkins\...
Hypochondriac asked 8/6, 2012 at 16:1

5

Solved

Think I want to copy this file C:\Majid\File\text.txt to D:\Copied (C:\Majid\File\text.txt ---> D:\Copied) I want to use Xcopy to copy that file with its full directory into D:\Copied, then I s...
Kippar asked 5/9, 2011 at 6:4

4

Solved

I have checked some examples on internet but I can't get my (first) batch file to work. I would like to copy automatically my file from a folder to another one but nothing happen. @echo off xcopy ...
Lactobacillus asked 2/2, 2012 at 15:23

3

I have a txt file with the full path for .jpg files, I need to xcopy the whole folders including everything inside using xcopy using batch file
Education asked 22/7, 2011 at 14:27

3

Solved

I'm trying to write a batch file to xcopy a folder to a removable USB drive. The problem that I face, however, is that drive letters are subject to change, so I would like to be able to do this by ...
Dirge asked 30/1, 2012 at 14:22

1

Solved

I want to copy files and folders in a directory to another folder excluding sub-folders with files contains it, as for example I have a large number of files for node_modules directory which like 1...
Jillian asked 28/1, 2016 at 11:47

4

Solved

I'm trying to use xcopy to copy over several files and directories onto an external hard drive. The following command works fine... xcopy d:\location\folder /e ... except it's not copying over ...
Bash asked 12/4, 2011 at 0:10

2

Solved

I want to copy from a wildcard source folder to a destination folder: xcopy a:\parentfolder\n* x:\parentfolder Only folders starting with "n" should therefore be copied to the destination. Any ...
Violinist asked 22/4, 2014 at 2:44

1

Solved

The reason for switching from batch files to powershell scripts is to improve error checking of the process. Does the cmdlet for copying have advantages in this regard? If a batch file alrea...
Geminian asked 5/12, 2014 at 21:10

3

Solved

i want to make VS copy the .lib-file it created after the build process to a specific folder. So i went to the project config, post-build event, and entered the following command: if exist $(Targe...

1

Solved

Hi I have this little command to copy files in a batch, which will help because I do this specific copy multiple times a day. The problem occurs while using the xcopy command. Everything is in orde...
Futtock asked 15/9, 2014 at 4:31

4

I have a batch file that I wont know what drive letter it will be as I will be moving around alot. For example: The adobe files reside in: J:\Files\New folder\USB\Adob The batch file is executed ...
Rolon asked 2/12, 2010 at 5:42

2

As a part of an automated script, I am trying to do achieve something like this in windows command prompt: xcopy /I /Y resources\xyz\pqrs.txt %TEMP%\resources\xyz\pqrs.txt.bak In %TEMP%, there i...
Craigie asked 29/7, 2010 at 18:21

1

Solved

I have a maintenance task to copy folders from one server to another. the source folder is big - roughly ~Ks of files / 5-6 tree levels and overall size of ~1GB. I was using Robocopy.exe and...
Hindquarter asked 13/5, 2014 at 8:35

© 2022 - 2024 — McMap. All rights reserved.