Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

find drawings of an assembly components

Status
Not open for further replies.

ediushu

Mechanical
Joined
Jun 20, 2002
Messages
54
Location
CA
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!

 
DOS is your buddy!

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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top