From: Anthony Buckland on

"Bob CP" <ctcboater(a)sbcglobal.net> wrote in message
news:hhtqk5$n16$1(a)news.eternal-september.org...
> Anthony Buckland wrote:
>> "Dr. Dos" <DrDos(a)nospam.no> wrote in message
>> news:eVIx%238OhKHA.1460(a)TK2MSFTNGP06.phx.gbl...
>>> Win XP Pro SP3
>>>
>>> Is there a Windows routine or some application that will compare
>>> specified sub-directories (folders) and update from one to the other
>>> (one way or two way as desired) changed files? Thanks
>>
>> Not too difficult if you want to copy only changed
>> or added files. But do you also want to delete on
>> the second computer any files which no longer
>> exist on the first? That makes it more complicated.
> Command line methods:
>
> robocopy (in the Windows Server toolkit)
> xxcopy (will do just about anything...)

As I ponder this a little bit more, it seems that a really
simple method, if you want the folder on the second
machine to exactly match the same folder on the first
machine, is to destroy the folder on the second machine
and then make a fresh copy of the thing from the first
machine. Only downside I can see is time, if it's a
sizable folder with relatively few changes.