Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
5answers
8k views

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 a file from one directory to another and rename it in the destination directory? Here's ...
9
votes
10answers
15k views

xcopy “copies only files that don't already exist on destination”

Does anyone know how to do this? I can copy only files that DO exist on the destination, but not the other way around... any ideas? More information I have 3 gigs of files on System A. I have 4 ...
7
votes
4answers
4k views

Copy Files w/o Overwrite

I just can't seem to find a way on the command line to say "copy all the files from directory A to directory B, but if the file already exists in directory B, don't overwrite it, no matter which file ...
6
votes
2answers
1k views

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 both of these settings: procStartInfo.CreateNoWindow = true; ...
5
votes
3answers
13k views

Powershell Copy-Item but only copy changed files

I am trying to recurse through a directory and copy it from A to B. That can be done with the following: Copy-Item C:\MyTest C:\MyTest2 –recurse I want to be able though to only copy new files ...
4
votes
3answers
197 views

How to delete files from a list?

I have a filesystem that uses a hash algorithm to organize files. I have used xcopy in the past to copy files to a different location by passing in a file that has a list of all the files and having ...
4
votes
9answers
4k views

Alternatives to XCopy for copying lots of files?

The situation: I have a pieceofcrapuous laptop. One of the things that make it pieceofcrapuous is that the battery is dead, and the power cable pulls out of the back with little effort. I recently ...
3
votes
1answer
2k views

xcopy directories and subdirectories recursively and filter only filenames by extension

Here is what i have for now: xcopy "c:\projects\SampleProject" "c:\temp\copytest" /E /H /EXCLUDE:elist.txt It does all the job i need except filtering filenames by extensions. For example: copy ...
3
votes
2answers
7k views

Xcopy “exited with code 9009”

I am getting the following error, which I don't understand: Error 1 The command "xcopy "D:\Users\johndoe\Documents\Visual Studio ...
3
votes
4answers
789 views

vb6 xcopy deployment

Can any one tell me how to convert an legacy application which is vb6 ( COM dll's ocx and exes) to use Regfree COM . I tried opening the dlls in visual studio and created manifest file, but some of ...
2
votes
2answers
45 views

Return control from a batch file

I have a batch file which has several commands as follows; XCOPY DEL RMDIR anotherBatch.bat XCOPY DEL RMDIR As you can see, in between there is a call to another batch file ...
2
votes
1answer
53 views

Why does xcopy require multiple quotes?

When the FOR loop in my backup script uses a double-quoted input parameter ("Default User"), I get an "invalid number of parameters" error at the xcopy command line unless I enclose it with an extra ...
2
votes
0answers
316 views

Why would a post-build step (xcopy) occassionally exit with code 2 in a TeamCity build?

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 xcopy ...
2
votes
2answers
103 views

Copy Files with Their Folder into another Directory using XCopy

Think I want to copy this file to D:\Copied ---> C:\Majid\File\text.txt I want to use Xcopy to copy that file with its full directory into D:\Copied, then I should have something like this ---> ...
2
votes
2answers
133 views

How can I use regex to chop apart xcopy statements embedded in .csproj files?

I'm working with a bunch (~2000) .csproj files, and in this development staff there's a historical precedent for embedded xcopy in the post-build events to move things around during the build process. ...
2
votes
2answers
755 views

TFS 2010 Team Build - rename a file

As part of my TFS 2010 team build, I'm trying to copy a configuration file from a network location to the output folder where the build goes to. Using xcopy as an invoke process task, I've ...
2
votes
5answers
3k views

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 output folder. The DLLs are being copied to a "Modules" subfolder in the main app output ...
2
votes
4answers
443 views

File.lastModified() painfully slow!

I'm doing a recursive copy of files and like xcopy /D I only want to copy newer files destination files (I cannot use xcopy directly since I need to alter some files in the copy process). In java I ...
2
votes
2answers
466 views

Batch (xcopy all files to folder) with loop

can anyone help me with loop in batch for windows? i want make script that will allow me to do something like this: 1. copy all folders and files from Drive I: to X:\folder0001; 2. when done display: ...
2
votes
2answers
239 views

Passing Cmd Command to C# Application

I have a program that accepts a Cmd command as a command argument. Basically you call it this way: C:\MyProgram.exe del C:\test.txt The above command works fine. However when I try to do an xcopy ...
2
votes
4answers
473 views

Visual Studio 2008 on an External Hard Drive?

My laptop had an install error with Vista Ultimate and now it does not let me run Visual Studio. I was able to install Visual Studio 2008 on my HP TouchSmart without a problem and now I use it on ...
2
votes
4answers
9k views

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 several subdirectories of one main directory into another directory using a batch file. I have ...
2
votes
3answers
5k views

What's causing xcopy to tell me Access Denied?

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 "Access ...
2
votes
2answers
7k views

Using xcopy to copy files from several directories to one directory

Is it possible to use xcopy to copy files from several directories into one directory using only one xcopy command? Assuming that I have the directory tree root\Source\Sub1\Sub2 I want to copy all ...
2
votes
0answers
161 views

xcopy at logon [closed]

Our client are having problems when logging in on their WinXP (fully updated) computers. We run a batch script that copies files and folders using xcopy. No files are copied, but folders are created. ...
2
votes
3answers
1k views

XCOPY hosts file on vista from a batch file

I need a command to replace the hosts file on my machine. Seems pretty straight forward but I cannot get the command to work with xcopy. Any obvious flaws in the command? luaexec -w -f "XCOPY" ...
1
vote
2answers
34 views

XCopy WPF deployment

If I wanted to just xcopy my WPF app, what are the minimum necessary files from the Release folder to copy? In my Release folder, I have various dlls that my project references, a vshost.exe, a ...
1
vote
2answers
31 views

Execute Set of Batch Commands on Condition TRUE

I have a .bat file with certain commands which it executes (XCOPY/DEL/RMDIR,etc) Now what I want is, initially show a prompt to the user, as soon as the .bat is RUN. Only IF the user says Y to the ...
1
vote
1answer
89 views

How do you make this batch file work in vista?

Oo so I have created a batch file. it works fine in windows 7 but when i tested in vista it still works but it skips the :DELETE label it will go straight to :BEGIN label help please? , thanks for ...
1
vote
2answers
134 views

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 to another location. But this command re-creates the folder structure. I do not want the tree. I need ...
1
vote
1answer
73 views

Copying folders using cmd & MSSQL script

I'm trying to copy one folder into another folder but I'm getting errors, I've wrote following SQL script: DECLARE @SQL VARCHAR(1000) DECLARE @Dt DATETIME SET @Dt = GETDATE() SET ...
1
vote
2answers
89 views

Has anyone encountered “Win32 Error : The network path was not found” trying to copy files with FinalBuilder 6?

I have a FinalBuilder job that, as a final step, deploys the compiled app and DLLs to a network share on another server. About 50% of the time, it just fails with Win32 Error : The network path ...
1
vote
1answer
102 views

SchTask with XCOPY command

I am creating an installation script for our web panel software, but I don't do too many batch scripts. I need to keep this all in the same file (can't seperate it out) so how exactly can I do this? ...
1
vote
1answer
240 views

Windows cmd: Copy over entire directory *including* parent directory. Solution without specifying same parent directory name

In Windows, how do you copy an entire directory, INCLUDING the parent directory folder? For instance, let's say we have the directory c:\Folder and want to copy it over to d: . The only way right ...
1
vote
1answer
342 views

the command exited with code 4 with EntityFramework.SqlServerCompact nuget packge

I am having an issue when I try to use 'EntityFramework.SqlServerCompact nuget packge'. I have created my model classes and I am also using the new ASP.NET MVC Tools Update MVcScaffolding out for the ...
1
vote
4answers
355 views

Robocopy (or xcopy) read from file?

so I have a few excel sheets that contain directories all stemming from a single root directory. Is there anyway to have robocopy (or similar program) read the excel sheet as input to only copy over ...
1
vote
2answers
2k views

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 around alot. For example: The adobe files reside in: J:\Files\New folder\USB\Adob The batch file is executed ...
1
vote
1answer
214 views

Copy fixed number of files using xcopy

I have a large directory with lots of sub-directories and files in them. For testing purpose, I need to create a copy of the above with exact directory structure (empty dirs too) but copy only two ...
1
vote
1answer
126 views

Comments or remarks in an xcopy exclude file

I know how xcopy works, but is it possible to add comments to your exclude files? Something like this: .pdb .xml .config Some.dll /* excluded because ... */
1
vote
3answers
1k views

Problem copying files through xcopy using VBScript

I am using VBScript to copy files using xcopy. The problem is that the folder path has to be entered by the user. Assuming I put that path in a variable, say h, how do I use this variable in the xcopy ...
1
vote
1answer
217 views

Does xcopy pause untill copying is complete?

For an C# console app like this is it better to use xcopy or robocopy? Also, Does xcopy pause until copying is complete? // copy web project to temp Process proc = new Process(); ...
1
vote
2answers
1k views

Batch File XCopy Command

I have a batch file which loops through a content of a text file and copies a specific file using xcopy command. here's the snippet. for /f %%a in (FilesToCopy.txt) do ( xcopy ..\..\Common\%%a ...
1
vote
7answers
3k views

XCOPY to remote server

In order to improve the deployment / build process of my ASP.NET app, I would like to make a .bat that builds the current solution in release mode xcopy the files to a remote server Creating a ...
1
vote
2answers
696 views

Why doesn't private assembly discovery use the Fully Qualified Assembly Name to match, but rather the filename?

Our application dynamically loads a set of private assemblies that each reside under their own sub-directory. They each have their own dependencies which are also in that same sub-directory. Each ...
1
vote
2answers
497 views

Dynamically loading assemblies and their dependents using XCOPY deployment

I have an application loader that dynamically loads applications. An application is an assembly with all of its dependents in a single folder. Using XCOPY deployment I can add/remove applications by ...
1
vote
5answers
366 views

How do I copy from numerous release directories to a single folder

Okay this is and isn't programming related I guess... I've got a whole bunch of little useful console utilities scattered across a suite of projects that I wrote and I want to dump them all to a ...
1
vote
2answers
820 views

how do I make hudson work with xcopy?

I have a windows batch command in my hudson build step that is basically: xcopy /s *.* \\serverlocation\buildname\ The copy is failing with: 'xcopy' is not recognized as an internal or external ...
1
vote
1answer
1k views

Unable to set up ODBC after installing ODAC (Xcopy)

We are trying to use ODAC Xcopy to minimize the footprint of installing Oracle 11g Client. Currently, we use the Oracle 11g Admin install (~700mb). I've tried using the ODAC Xcopy, and that works. ...
1
vote
2answers
1k views

XCOPY exclude list ignored after first exclusion

I have a batch file I've created which uses xcopy to copy a dir, and child dirs, and merge them into one file. (ie. all my modulised development css stylesheets merged into one production stylesheet). ...
1
vote
5answers
677 views

Programatically batch files to copy at night

I need to create an Intranet website (page) which allows users to indicate a local network folder to copy to a production location. Currently this is done manually using xcopy in batch files. What I ...

1 2 3