<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Config.pro etc. file locations in System Administration</title>
    <link>https://community.ptc.com/t5/System-Administration/Config-pro-etc-file-locations/m-p/67819#M13794</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can put them in your start in directory. You can tell Pro/E where to find files like tree.cfg and syscol and appearance.dmt. But you cannot tell it where to look for the config.pro and config.win files since it looks in config.pro to get the other locations. One of the default locations to put the config files is your start in directory, so Pro/E will read them each time it loads. You can also put config files in the directory that you make your working directory. But I am not really sure on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, if you want them in the best place put them in ProELoadPoint\text. This is usually the directory that a corporation will put them. Then the individual users can put their personal file in the start in directory. Pro/E defaults to load the text directory copy first then the startin directory copy gets loaded over top of the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that make sense. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Sep 2010 21:51:37 GMT</pubDate>
    <dc:creator>pwyndham</dc:creator>
    <dc:date>2010-09-16T21:51:37Z</dc:date>
    <item>
      <title>Config.pro etc. file locations</title>
      <link>https://community.ptc.com/t5/System-Administration/Config-pro-etc-file-locations/m-p/67818#M13793</link>
      <description>Hi,I recently got a new PC and reinstalled ProE. I saved my config.pro, config.win and syscol ect, ect, to disc so they were not lost, then put them in a folder on my new PC.How can I tell ProE where to look for these files so they load up automatically on start up? I would prefer</description>
      <pubDate>Sun, 13 Dec 2020 22:26:29 GMT</pubDate>
      <guid>https://community.ptc.com/t5/System-Administration/Config-pro-etc-file-locations/m-p/67818#M13793</guid>
      <dc:creator>JosephLord</dc:creator>
      <dc:date>2020-12-13T22:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Config.pro etc. file locations</title>
      <link>https://community.ptc.com/t5/System-Administration/Config-pro-etc-file-locations/m-p/67819#M13794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can put them in your start in directory. You can tell Pro/E where to find files like tree.cfg and syscol and appearance.dmt. But you cannot tell it where to look for the config.pro and config.win files since it looks in config.pro to get the other locations. One of the default locations to put the config files is your start in directory, so Pro/E will read them each time it loads. You can also put config files in the directory that you make your working directory. But I am not really sure on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, if you want them in the best place put them in ProELoadPoint\text. This is usually the directory that a corporation will put them. Then the individual users can put their personal file in the start in directory. Pro/E defaults to load the text directory copy first then the startin directory copy gets loaded over top of the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that make sense. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 21:51:37 GMT</pubDate>
      <guid>https://community.ptc.com/t5/System-Administration/Config-pro-etc-file-locations/m-p/67819#M13794</guid>
      <dc:creator>pwyndham</dc:creator>
      <dc:date>2010-09-16T21:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Config.pro etc. file locations</title>
      <link>https://community.ptc.com/t5/System-Administration/Config-pro-etc-file-locations/m-p/67820#M13795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;There are three places that Pro/Engineer looks for config.pro files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 1. "text" folder of Pro/Engineer install&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 2. Home directory&lt;BR /&gt; Unix: $HOME&lt;BR /&gt; Windows: %HOMEDRIVE%%HOMEPATH%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 3. Startup folder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just for fun, here's some config.pro enhancement requests I've been &lt;BR /&gt;waiting ten years for (but not holding my breath):&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1) "Include" option to read in other config.pro files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; INCLUDE f:\corp\stds\config-std.pro&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Note that included config.pro files may include other config.pro files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) "Search path" option to read in config.pro files from other folders&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; CONFIG_SEARCH_PATH install home working f:\corp\stds\&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;3) Condition clauses to control which options are set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; IF $GROUP_NAME = "CHECKING"&lt;BR /&gt; PLOTTER checking_plotter_in_room_47&lt;BR /&gt; ELSE&lt;BR /&gt; PLOTTER drafting_plotter_in_franks_cube&lt;BR /&gt; ENDIF&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Note that environment variable are already usable in config.pro files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If you combine these, you could get something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; INCLUDE f:\corp\stds\config-mapkeys.pro&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; IF $GROUP_NAME = "CHECKING"&lt;BR /&gt; INCLUDE f:\corp\stds\config-checking.pro&lt;BR /&gt; ELSE&lt;BR /&gt; INCLUDE f:\corp\stds\config-default.pro&lt;BR /&gt; ENDIF&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;An "include" option alone would allow a company to have a one line config.pro&lt;/P&gt;&lt;P&gt;file in the install\text folder that would never have to change, because it refers&lt;/P&gt;&lt;P&gt;to files elsewhere. No more copying files around when Pro/E starts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 00:27:32 GMT</pubDate>
      <guid>https://community.ptc.com/t5/System-Administration/Config-pro-etc-file-locations/m-p/67820#M13795</guid>
      <dc:creator>MarcMettes</dc:creator>
      <dc:date>2010-09-23T00:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Config.pro etc. file locations</title>
      <link>https://community.ptc.com/t5/System-Administration/Config-pro-etc-file-locations/m-p/67821#M13796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this post is pretty old now but can you tell me how I can identify my homepath (i.e. &lt;SPAN style="font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Windows: %HOMEDRIVE%%HOMEPATH%) as well as my startup folder within my installation of Pro/E WF4.0? Also after a fresh installation would the "Home Folder" and the "Startup Folder" be the same location?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;The reason I ask is the changes I am making to my config.pro don't seem to be taking effect and I am trying to troubleshoot.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Mike&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 18:12:33 GMT</pubDate>
      <guid>https://community.ptc.com/t5/System-Administration/Config-pro-etc-file-locations/m-p/67821#M13796</guid>
      <dc:creator>carguy333</dc:creator>
      <dc:date>2013-12-06T18:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Config.pro etc. file locations</title>
      <link>https://community.ptc.com/t5/System-Administration/Config-pro-etc-file-locations/m-p/67822#M13797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HOMEDRIVE adn HOMEPATH are windows cariables. Type "set" at a command prompt adn you'll see all the defeinted Windows variables.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The startup directory is defined by the shortcut used to launch Proe. Check the shortcut's properties to see what the "Start In" field is set to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 18:29:15 GMT</pubDate>
      <guid>https://community.ptc.com/t5/System-Administration/Config-pro-etc-file-locations/m-p/67822#M13797</guid>
      <dc:creator>dgschaefer</dc:creator>
      <dc:date>2013-12-06T18:29:15Z</dc:date>
    </item>
  </channel>
</rss>

