Re: Reliable File Copy in Explorer
- From: Giro <Giro@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 6 Dec 2007 23:12:02 -0800
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
- Follow-Ups:
- Re: Reliable File Copy in Explorer
- From: Poprivet`
- Re: Reliable File Copy in Explorer
- References:
- Re: Reliable File Copy in Explorer
- From: Unknown
- Re: Reliable File Copy in Explorer
- From: damkedar@xxxxxxxxx
- Re: Reliable File Copy in Explorer
- Prev by Date: RE: Can't launch msconfig
- Next by Date: Re: XP Keeps Changing My Timezone
- Previous by thread: Re: Reliable File Copy in Explorer
- Next by thread: Re: Reliable File Copy in Explorer
- Index(es):
Relevant Pages
|