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!

Order of Preference for CONFIG files

  • Thread starter Thread starter Tunalover
  • Start date Start date
Status
Not open for further replies.
T

Tunalover

Guest
Folks,



My memory fails me...

What is the order of precedence that Pro/E reads config.pro files? That is, which directories does it look to for config.pro files and in what order? Does it do this for ALL files of the type *.pro and *.dtl?



Thanks,

Tunalover
 
Hello,



Proe reads in configuration files for the following directories in this order :

The config.pro file in the LOADPOINT directory,

The cobfig.pro file in your home directory,

The config.pro file in your start up directory.



For the *.dtl files you can point proe where to look for them, from the drawing intercace (Advanced, Draw Setup), you can
 
In addition to XCAD's explanation, Pro/E first reads config.sup in the loadpoint directory and then the config.pro in the load point directory before the others. This is important because company standards can be stored in the config.sup . These settings can not be overridden by later config files. Therefore no mapkeys should be in the config.sup but reside in the config.pro in the loadpoint dir. This allows users to create their own mapkeys.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top