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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Does the folder path in search.pro include sub-folders?

  • Thread starter Thread starter PHC77
  • Start date Start date
Status
Not open for further replies.
P

PHC77

Guest
1)How to create the search.pro file for a perticulor project,where i am using the different components from different folders.

2)Also when we provide the folder path in search.pro,it takes the sub folders also in to considerations or not?
 
We located an answer to your questions!

Courtesy of our partner site www.MCADCentral.com, responded to by: jeff4136

*******************************
Simply list the folders to be searched in a search.pro (full paths recommended). Look at help. Pretty sure there's an example and some caveats listed (first line can't be blank, etc.?)

I prefer to put search path statements in project directory config.pro files, myself. When Pro/E is launched from that directory the config.pro is read. Don't need to mess with changing search_path_file statements.

Pro/E will only search the listed directory, no sub dirs.
*******************************

Click the following link to see the complete thread on www.MCADCentral.com:
http://www.mcadcentral.com/proe/forum/forum_posts.asp?TID=29377&PN=1

Thanks for using the Q&A Board!

3DCADTips.com Q&A Board Support
 
We found another response to your question!

We found another response to your question!

Courtesy of our partner site www.MCADCentral.com
responded to by: caddie

*******************************
If you want to make a searchpath file listing a certain folder and all it's subfolders, there is an easy way to do this in windows (XP).

Go to DOS and place yourself in that 'certain folder' and type in the folowing:

dir *. /s /b >>search.pro

In 'that certain folder' you now have a search.pro file. Place it where you like and then point to it using config.pro option "search_path_file" and you are done.

*******************************

Click the following link to see the complete thread on www.MCADCentral.com:
http://www.mcadcentral.com/proe/forum/forum_posts.asp?TID=29377&TPN=1

Thanks for using the Q&A Board!

3DCADTips.com Q&A Board Support
 
We found another response to your question!

We found a response to your question!

Courtesy of our partner site www.MCADCentral.com
responded to by: jeff4136

*******************************
That's a good idea if there are a lot of 'em.

Is that the syntax that would be used in XP or is it

dir /s /b /a:d (and maybe /-p so it doesn't hang waiting for a key punch)?

(You can also cut-n-paste out of Explorer's address bar, fwiw.)

*******************************

Click the following link to see the complete thread on www.MCADCentral.com:
http://www.mcadcentral.com/proe/forum/forum_posts.asp?TID=29377&TPN=1

Thanks for using the Q&A Board!

3DCADTips.com Q&A Board Support
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top