We've got this batch processing program (VB6) that is primarily used for plotting, and I'm adding "drawing update" functionality to it. One of the things I want to do is add an archvie feature that will rename files to match sheet numbers and collect all the xrefs and relocate the whole lot to an "archive folder". I'm debating whether to bind the drawings or copy and repath (relative) the xrefs. Ignoring the exponential file size increases, for now - From a code standpoint, binding seems to be the easiest/quickest solution code-wise. But I'm wondering if anyone can tell me if "unloaded" xrefs pose the same problem when binding via code as they do when you try to bind manually - ie, the binding craps out. And if so, is there a way to overcome it? I'm also wondering if anyone can tell me if I'm off base thinking that binding is easier than repathing. Any help is always appreciated! Thanks!