"Bob I" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
>
>
> Pegasus (MVP) wrote:
>
>> "smlunatick" <(E-Mail Removed)> wrote in message
>> news:dc32b5c6-2208-4f87-8116-(E-Mail Removed)...
>> On Sep 5, 5:59 pm, "Walter R." <we...@example.com> wrote:
>>
>>>I often have occasion to copy or move large blocks of files from one
>>>partition to another.
>>>
>>>Win XP SP2 has never told me yet that it has lost a byte here or a byte
>>>there. Can I assume that all transfers are done flawlessly and with zero
>>>data loss? Will Windows let me know if it accidentally loses or mangles a
>>>few bytes while transferring data?
>>>
>>>--
>>>Walterwww.rationality.net
>>>-
>>
>>
>> Nothing is every fool-proof. Xcopy has been around for some time and
>> may be reliable.
>>
>> ==============
>>
>> . . . and it has a /v (verify) switch!
>
> Don't bet on that.
>
> Using /v
> Windows XP does not use this command. It is accepted only for
> compatibility with MS-DOS files.
>
> and
>
> VERIFY ON, COPY /V, XCOPY /V Commands Do Not Compare Data
> http://support.microsoft.com/kb/126457
>
Well, I learn something new every day! BTW, I assume you meant to write
Windows XP does not use this switch instead of
Windows XP does not use this command.
because the command "xcopy.exe" is fully supported under WinXP (even though
it is now deprecated in favour of robocopy).