Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
I am new to PTC Creo 2.0. I have edited and saved the configuration file with a new name in C:\Users\Public\Documents\, folder. But after opening the new session I couldn't find the effects taking place. (There are other (earlier) configuration files in the same folder).
Please help me with a solution
If you are a regular user, you have to keep the name "config.pro" and locate it in your default working directory. You can change your default working directory by either:
1 - Editing the shortcut to Creo and changing the "Start In" location
2- If you are using a script to start Creo, Go into the location of the working directory before you call the .exe. Example:
set work_directory=%USERPROFILE%\Documents
cd /d %work_directory%
start "" "%creo_load_point%\%Date_Code%\Parametric\bin\parametric.exe"
Based on your settings, your creo_parametric_customization.ui could also end up in your working directory. If you are an admin, you should look into config.pro, config.sup and creo_parametric_admin_customization.ui in the text folder. Try searching these forums.