Hi, I just ran SP3 for XP Pro and am now getting this message even though I just upgraded to the Freeware Version 2.97.1. XXCOPY == Freeware == Ver 2.97.1...
I am trying to compare two archive directories. I have tried xxcopy /d: /l /on:d:list01.log But there is not list. Is there is a list if I am copying? Can I...
I'm trying to copy some root folders off one networked drive and copy them onto a local drive on a server. The kicker is I want it to run automatically and...
... I assume that the above is a typo causing the problem. You can create a listing using /L but your command should be: xxcopy d:\ /l /on:d:\list01.log Note...
... No. You need the Pro version if you are going to automate copies across a network. If your file selection criteria is not too demanding, you could use...
... I had the same problem today after installing SP3. I installed the latest freeware version, with the same result. I then installed the trial of the Pro...
What is the difference between Pro and the Pro Test Drive versions? Have they got the same functionality, but the Test Drive version expires in some way? What...
... The web page comparing the 2 versions is at http://www.xxcopy.com/xxcopy34.htm Essentially, all versions are the same but the freeware version requires the...
... Thanks for the info Garry I will see if I can just use the Free version for what I want to do in that case, and if I can't, I'll look into the Pro test...
Hey folks Unsuccesful so far in making this work. (Also unsuccessful in finding an answer here; I can't pick a good search term other than to find almost...
... A summary of the commands is available in several places: xxcopy /? - brief summary xxcopy /help - full summary xxcopy /helpa - alphabetical summary xxcopy...
... You can't do this with xxcopy because xxcopy only considers the dates of files. It doesn't consider the date of directories. The reason you get the RMDIR...
... Garry, thanks so much for your help. Your interpreted switches has been a very useful starting point in the massive array available. FYI, /DCOPY:T is...
... OK, you've raised a few issues here so I'll start with the easy ones. 1. OS version warning on free version. This can happen when the OS or SP number is...
I want to run XXcopy on W3K server 64 bit - are there any issues - for example re XXcopy automatically installing in .../system32/ Thanks all Warmly Andy Andy...
I have a situation where I collect files from multiple clients using xxcopy and put them in respective client directories. I then want to move the new files...
... In the normal scheme of things, xxcopy doesn't rename files when copying but you can use one of the exceptions to the rule with the directory flattening...
As I said before " we want to run XXcopy on W3K server 64 bit - are there any issues - for example re XXcopy automatically installing in .../system32/" Bonno...
Just installed a new hard disk and needed to copy a whole bunch of stuff to it. I have batch files that I use regularly for backing up, and they copy exactly...
Hi, ... As to the compatibility with the 64-bit version. We just ran a test on the Win XP 64-bit version (we haven't yet tested it in 2003 server 64-bit). As...
... Your switch /SHRW is invalid (it's an xcopy convention) but I don't understand why xxcopy is hanging. It would normally just give an invalid switch...
Garry, Your statement that /SHRW is obsolete is quite puzzling, in light of the fact that it was you who recommended I add that switch in response to earlier...
Good morning Thanks - our test on W2003 server 64 bit complete and succesful:-). Can someone remind me of the DOS command to find an executable in a directory?...
Hi, Do you mean how can YOU find it or Windows? First is Dir C:\Name.ext /s to find file Name.ext anywhere on the C: drive. Second, you probably mean the Path...