I thought I could just say,
RF=<dir location>\file_name.extension
Any thoughts on the easiest way to attach a specified reference file? I'm going to use this as a batch function.
Does this key-in bring up the ref attach dialog?
rf="S:\SK Siltron - Site\Microstation\Reference GPU\MYLARBP.3D"
If so, see if you can complete the attachment manually, then use the values you entered in the dialog to fill out your command line.
Rod WingSenior Systems Analyst
Yes. It did, the problem is it doesn't have a logical name until you reference it in, so I used this:
rf="S:\SK Siltron - Site\Microstation\Reference GPU\MYLARBP.3D","Default","","Master Model",*
rf="S:\SK Siltron - Site\Microstation\Reference GPU\MYLARBP.3D",,,,,
Try if the above keyin works, it will reference in the default model inside mylarbp.3d, regardless of the model name.
I got it to work. The code you put in there did not work. That is what I originally tried. This worked: