PDA

View Full Version : Folder comp - update left - via cmd line


ron
26-Feb-2010, 02:10 PM
So I want to load a session, let it do its thing, then initiate update left, overwriting anything on the left that's different even if it's newer.

From the help, I've come up with this....

bcompare "Update Source" /automerge /rightreadonly /favorright

I have no write access to the files on the right. I'm assuming the automerge kicks off the updates and rightreadonly emulates update left?

On the other hand, perhaps I should use scripting.

Craig
26-Feb-2010, 02:36 PM
You should use scripting for this, specifically the "Sync Mirror:Rt->Lt" command. /Automerge is only used for a single 3-way file compare

ron
26-Feb-2010, 02:37 PM
Thanks for the guidance!