search.pro
search.pro
(OP)
is the only way to add new places to the search pro is to manually add them by opening the search.pro or is there an icon i am supposed to click when saving or ??????????
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: search.pro
i have a mapkey that launches windows explorer to what ever my working directory is (maybe build off this)??
RE: search.pro
dir /ad /b /s > tree.txt
Then you can copy/paste from tree.txt into your search.pro.
I'll be thinking about your idea of creating a mapkey/batch file to add an individual directory from within ProE. One thing to note, Pro only reads the search.pro at the beginning of the session, so you would have to get out and back in for it to take effect.
<tg>
RE: search.pro
i found a program called directory printer (better for other things)
but works as well
thanks telecomguy
RE: search.pro
RE: search.pro
RE: search.pro
when you do a top level info of a assembly you will get a full path of parts and sub-assy in the .inf file which you can parse out and create a search.pro file from.
So you can build your assy grabbing whatever you want, then create a search.pro for that assy and save that in the work dir.
Then you have "as needed" search instead of a "all inclusive" .
RE: search.pro
<tg>
RE: search.pro
-Hora