Tagged Questions

0
votes
1answer
58 views

Unix equivalent of XCOPY /D [closed]

Windows has a nice option to its XCOPY command: /D. This copies only files where the source modification time is newer than the destination time. Is there any unix/linux equivalent …
2
votes
4answers
66 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 …
1
vote
1answer
62 views

Dynamically loading assemblies and their dependents using XCOPY deployment

Hi, 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 …
0
votes
2answers
83 views

Using xcopy in a batch file with %programfiles%

I'm trying to use a batch file to help setup a build project. As part of that process I need to copy a lot of files from a temporary directory: %temp%\wcu to a new directory in the …
0
votes
2answers
85 views

Private assemblies under sub-folder cannot load dependencies

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- …
0
votes
1answer
18 views

Is there a way to do an “xcopy deployment” of a JSP?

One of the things that's neat about the IIS / ASP.NET environment is the ability to do an "xcopy deployment" - you can literally just drop a stack of .aspx pages in a web-shared di …
0
votes
1answer
44 views

Xcopy: Works fine *to* NAS drive, but not *from* NAS drive

I'm using xcopy in Windows to copy just the changed files between some folders on my local machine and an NAS drive in our office. When I do it from the NAS to local, it works fin …
-1
votes
0answers
129 views

Incremental/Differential Backup on Windows [closed]

What's the easiet way to perform an incremental/differential backup to a network share in Windows? Does a Robocopy/Xcopy solution work reasonably well (I need to the parameters!) …
0
votes
5answers
234 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 …
1
vote
1answer
436 views

XCOPY exclude list ignored after first exclusion

Hey, 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 o …
0
votes
4answers
774 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 ba …
1
vote
5answers
134 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 dum …
0
votes
1answer
104 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 in …
0
votes
1answer
186 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 …
1
vote
0answers
49 views

Fastest method of copying files [closed]

If we have a successful build on our build server (CCNET) all ASP.Net website files are copied to the virtual directory (%output_dir%) so non-devs can see/test the latest version o …

1 2 next
15 30 50 per page