... Thanks for the info. It looks like I will be needing this other version after all. For batch scripts, would you know the best way to check if the account...
... I expect the easiest way would be to attempt to access a file that non-administrators can't access and if that fails, you know they don't have admin...
Hello I made at the beginning of the year a full XXCOPY backup: about 37.000 files. I just made a differential monthly backup at the beginning of May: over...
... Have you just changed to/from Daylight Savings Time? If so, the easiest solution is to add /FF3602. Alternately, since it only happens once or twice a...
Two questions - First, what is the difference between /bu and /backup? Second, let's say I want to compare my SRC directory to my DST directory bit-by-bit to...
... Got the archive bit thing figured out, the problem is I have been trying so many different ways on different systems, so the archive bit was not being set...
... /bu is shorthand and identical to /backup. To do a byte by byte verify after copy add /v2. /cdu is for selecting files that contain different data rather ...
... There's a group of /A<c> switches that can be used to modify the A-bit (and others) without copying the files. These can be combined with other parameters...
Hi all: Today, I came across an interesting problem in XXCOPY operation (an XXCOPY user sent us a tech support Email and I came up with a suggestion) which...
Be careful about bit-by-bit comparisons. I’ve found that even if you just OPEN a Microsoft Excel file (and closing it without saving) that “something” in...
... Yes, for sure. Several MS data files keep track of edit histories and probably a bit more and just opening and closing them without changes alters some...
The flaw with /v2 is that part (or all) of the file is still in cache, so passing /v2 does not actually mean the file was written correctly. Unlikely, but...
... Thanks for your reply; but, I already understood how to do the math. That's really not what my question is about. I hope to make it more clear: It seems...
... If you want to compare every file then you need: xxcopy "src\" "dst\" /backup/b0/cdu/L or xxcopy "src\" "dst\" /s/h/r/cdu/L /backup uses /bi so would only...
If you search for xxcopy within google, and click on one of the several links in the main featured result, about one times out of 10 you will be directed to a...
I am new to xxcopy and need to get a script in place urgently. Can someone help create the script,. These are requirements 1- copy from file from source to...
Hello, could someone else tell me what there MD5/SHA1 is for xxcopy.exe? After getting that strange malware redirect, I am now paranoid about the program...
Maybe this explains what's happening to some: http://www.pandasecurity.com/emailhtml/oxygen/050909_ENG_in.htm Leo Feret - "I'm not always at the keyboard; ...
... That doesn't fit the instances I've encountered as well as 'Cache poisoning of a DNS server' - http://en.wikipedia.org/wiki/DNS_cache_poisoning. It only...
I use xxcopy at work to create dated directory lists for forensic purposes. That is the ONLY thing I use xxcopy for, because I have never found another tool...
... I'm not sure how big a step in versions you made with the recent upgrade but the only thing that comes to mind that would require write access with your...
... Before doing that, I thought I should check back here first to make sure I am not doing anything obviously stupid (something I excel at). To begin, the...
I think the most likely kind of cause, as much as I don't like saying it, that the xxcopy website has been compromised. The fact that it happens only when...
When I copy and paste files using my file manager (Directory OPus) in Vista64, it copies both the creation date and modified date intact. But when I use xxcopy...