Re: Reliable File Copy in Explorer

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance




VERIFY ON and XCOPY/COPY /V options do not do a bitwise compare. They only
verify the written file is readable.

FC does a bitwiise compare as does a folder compare tool that's on some
Windows CDs; but I need a tool that copies and compares in one operation.

The third party program XXCOPY comes close, but you must manually invoke the
CRC compare as a second step after the copy has completed. I don't want to
be there - copying 250GB is an all night affair and I want it done when I
come back in the morning.







"damkedar@xxxxxxxxx" wrote:

On Dec 7, 2:33 am, "Unknown" <unkn...@xxxxxxxxxxx> wrote:
Do a Google search for 'compare files'. Download what you want."Giro" <G...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message

news:D32ABBF8-9F69-490D-B487-F655A316C778@xxxxxxxxxxxxxxxx





I'd like to copy files and ensure the file is copied accurately (is
exactly
the same). Is there ai way to set WinXP to do a CRC of teh source and
copied
file to ensure they really truly match?- Hide quoted text -

- Show quoted text -

Sure you can do it from command prompt.
Before issuing copy command, give following command
VERIFY ON.
This will set verify parameter ON
And for that particular session after every copy, original and new
files will be compared.
Works only from command propmt though

Kedar

.



Relevant Pages

  • Re: How to verify NK.BIN builds for QA?
    ... we provide and verify it against a reference nk.bin we provide. ... with identical source and project settings, ... You can open and compare two .bin files inside Platform Builder. ... support and development for Windows CE ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Better verification: checksum vs. xor
    ... microcontroller) to verify a small amount of data of about eight ... I would compute a 16 bit CCIT crc during ... the process and compare the crcs. ...
    (comp.programming)
  • Re: Reliable File Copy in Explorer
    ... only verify the written file is readable. ... FC does a bitwiise compare as does a folder compare ... The third party program XXCOPY comes close, ... Sure you can do it from command prompt. ...
    (microsoft.public.windowsxp.basics)
  • Re: Need CD DVD copy verify freeware??
    ... but doesn't have a true compare or verify segment. ... we are looking for is a DVD CD, standalone disk compare program, similar to the old dos "disk ... We have NERO 6 and use the verify upon burn but we need a method to compare ...
    (microsoft.public.windowsxp.general)
  • Re: md5sum command syntax
    ... To verify, the command is....? ... It's in "man md5sum" if you'd read it. ... The command is "md5sum foo.iso" and compare the output against the data ...
    (Fedora)