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.
That's what the Configuration Variables are for.
Change the location(s) MS_RFDIR is pointing and the change is made.
You can even create your own Configuration variables and attach the references using them When you change the location they are pointing too the change is made.
You could use the Batch Processor to attach or modify References as long as you knew the key ins, but that could take more work.
I Hope This Helps Someone Reading This! (Intergraph>PseudoStation>MicroStation user since 1980's)
This can be done in vba.
---Robert
Robert,
Could you point me in the right direction with regards to doing this via vba?
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...
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
Jon, what do you mean by remove folder spec from each attachment?