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

SAVING CONFIGURATION FILES

  • Thread starter Thread starter rullan
  • Start date Start date
Status
Not open for further replies.
R

rullan

Guest
I had a recent system crash which forced me to reinstall ProE 2001 after repairing my hard drive.



I'm having difficulty setting up ProE so it remembers my configuration files for things like system colors & window settings (sys.scl, config.pro, config.win, etc.).



Can anyone help
 
Place these files (syscol.scl, config.pro, config.win, etc.) in your startup dir and Pro will read them at startup.



Here is text directly from ProE 2001 help about config files:



How Pro/ENGINEER Reads Configuration Files at Startup



Pro/ENGINEER reads configuration files automatically from several areas. If a particular option is present in more than one configuration file, Pro/ENGINEER applies the most current setting.



At startup, Pro/ENGINEER first reads in a protected system configuration file called config.sup. It then searches for and reads in configuration files (config.pro and config.win) from the following directories in the following order:



1. loadpoint/text (loadpoint is the Pro/ENGINEER installation directory) - Your system administrator may have put configuration files in this location to support company standards for windows configuration settings, formats and libraries. Any user starting Pro/ENGINEER from this loadpoint uses the values in this file.



2. Login directory - This is the home directory for your login ID. Placing your configuration files here lets you start Pro/ENGINEER from any directory without having a copy of the files in each directory.



3. Startup directory - This is your current or working directory when you start Pro/ENGINEER.



Notes: The local config.pro and config.win files (in your startup directory) are the last to be read; therefore, they override any conflicting configuration file option entries. The config.pro file does not, however, override any config.sup entries.



You can create and store custom configuration files in your current working directory. These custom configuration files usually apply to specific projects.
 
Above is all correct, however, I have had problems with Pro/E reading config files in the login dir on WinNT machines. I think this has to do with user environment variable settings.



Also, do not put mapkeys in the config.sup file. Config.sup entries can not be overridden so you can only have 1 mapkey defined if you put any in there.



I put the vast majority of entries in the loadpoint/text/config.pro file because that gets loaded for every user every time. I only allow personal customization in the login dir and project specific customization in the working directories.



You can also make config files with other names and have mapkeys load them. For instance, I have a config.plot file which turns off all datum planes, axis, points and coordinate systems prior to plotting.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top