From: Ace Fekay [MVP-DS, MCT] on
"boe" <boe_d(a)nospammyhotmail.com> wrote in message
news:9C1DD91A-1073-4BD2-8724-6652B4CE9FEA(a)microsoft.com...
> Thanks - I thought robocopy was replaced by richcopy.
>

Both have been around for many, many years. Richcopy came out in 2001, so I
wouldn't look at it as a replacement.

As for your dilemma, I would either try that third party software that I
mentioned, or take up Pegasus on his offer with the VB script.

If I were you, and this is a production critical sceanrio, I would look at
the easiest and most efficient way possible to get your task done.

Ace



From: Pegasus [MVP] on


"Ace Fekay [MVP-DS, MCT]" <aceman(a)mvps.RemoveThisPart.org> wrote in message
news:O8txZLhuKHA.5508(a)TK2MSFTNGP02.phx.gbl...
> "boe" <boe_d(a)nospammyhotmail.com> wrote in message
> news:9C1DD91A-1073-4BD2-8724-6652B4CE9FEA(a)microsoft.com...
>> Thanks - I thought robocopy was replaced by richcopy.
>>
>
> Both have been around for many, many years. Richcopy came out in 2001, so
> I wouldn't look at it as a replacement.
>
> As for your dilemma, I would either try that third party software that I
> mentioned, or take up Pegasus on his offer with the VB script.
>
> If I were you, and this is a production critical sceanrio, I would look at
> the easiest and most efficient way possible to get your task done.
>
> Ace

The OP could run robocopy with the /L switch. It won't copy anything but it
just might report the invalid file names.

From: Ace Fekay [MVP-DS, MCT] on
"Pegasus [MVP]" <news(a)microsoft.com> wrote in message news:eM$I7XhuKHA.4940(a)TK2MSFTNGP05.phx.gbl...
>
>
> "Ace Fekay [MVP-DS, MCT]" <aceman(a)mvps.RemoveThisPart.org> wrote in message
> news:O8txZLhuKHA.5508(a)TK2MSFTNGP02.phx.gbl...
>> "boe" <boe_d(a)nospammyhotmail.com> wrote in message
>> news:9C1DD91A-1073-4BD2-8724-6652B4CE9FEA(a)microsoft.com...
>>> Thanks - I thought robocopy was replaced by richcopy.
>>>
>>
>> Both have been around for many, many years. Richcopy came out in 2001, so
>> I wouldn't look at it as a replacement.
>>
>> As for your dilemma, I would either try that third party software that I
>> mentioned, or take up Pegasus on his offer with the VB script.
>>
>> If I were you, and this is a production critical sceanrio, I would look at
>> the easiest and most efficient way possible to get your task done.
>>
>> Ace
>
> The OP could run robocopy with the /L switch. It won't copy anything but it
> just might report the invalid file names.
>


Good point that I didn't think of. :)

Ace