find drawings of an assembly components
find drawings of an assembly components
(OP)
I have a large assembly (about 300 components)all in one folder. I don't have Intralink. Is there any way to figure out what components in this large assembly has a drawing related to it? All the drawings are also in the same folder with the assembly components. Some of those drawing files don't have the same name as part/subassembly files and that's why is difficult for me to check them all. And there are to many files to check each of them. I forgot to mention: most of the assembly components are instances of family tables.
Thanks!
Thanks!





RE: find drawings of an assembly components
these guys might have something
RE: find drawings of an assembly components
Well, maybe not, but it might help here.
Try something like:
findstr /s /m "mypart" *.drw.*
It's been a while since I've looked at it but searching for "findstr" on comp.cad.pro-engineer should bring up an old discussion that might have had some more useful info.