PDA

View Full Version : copyto verus copy script commands


snelson
28-Jan-2004, 10:50 AM
Just want to make sure I'm reading the documentation correctly. Is the following the same action?

select left.newer.files left.diff.files left.orphan.all
copyto rt

and

select left.newer.files left.diff.files left.orphan.all
copy left->right

I'd appreciate any replys.

Craig
28-Jan-2004, 02:26 PM
No, the two are completely different commands, and I think "copyto rt" will fail with a syntax error.

copy left->right copies the selected files from one side of the comparison to the other. copyto copies the files from the comparison to a specific location, which you need to include as part of the command (eg, copyto rt C:\backups).