Changing multiple references

If I have a large amount of .dgn files which have a reference attached, located say for example in "C:\REFONE". Is there a batch process or an automated way I can change the reference in all the files to "C:\REFTWO" ?

Directories are made up, I just want to know if i can change all the existing ref directories for another.

Parents
  • Unknown said:

    If I have a large amount of .dgn files which have a reference attached, located say for example in "C:\REFONE". Is there a batch process or an automated way I can change the reference in all the files to "C:\REFTWO" ?

    I suggest a combination of the two suggestions...

    1. Remove the folder spec. from each attachment, leaving only the file name.  This will need VBA, probably
    2. Use the MS_RFDIR configuration variable to define your reference locations

    That way, if you need to do this again you will need only redefine the MS_RFDIR configuration variable.  That is, it's a one-shot task to remove the folder paths from your attachments.

     
    Regards, Jon Summers
    LA Solutions

Reply
  • Unknown said:

    If I have a large amount of .dgn files which have a reference attached, located say for example in "C:\REFONE". Is there a batch process or an automated way I can change the reference in all the files to "C:\REFTWO" ?

    I suggest a combination of the two suggestions...

    1. Remove the folder spec. from each attachment, leaving only the file name.  This will need VBA, probably
    2. Use the MS_RFDIR configuration variable to define your reference locations

    That way, if you need to do this again you will need only redefine the MS_RFDIR configuration variable.  That is, it's a one-shot task to remove the folder paths from your attachments.

     
    Regards, Jon Summers
    LA Solutions

Children