Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
I have to change the folder where is saved the cache by default, how do I do?
Thanks
Solved! Go to Solution.
What you are looking for is actually an environmental variable in Windows. The variable is PTC_WF_ROOT. Where I work, we have a batch file that runs before Creo launches that sets this variable with the command:
set PTC_WF_ROOT <location>
where <location> is the path to where you want your cache to be stored.
The old default location for this was: /Users/<username>/AppData/Roaming/PTC/ProENGINEER/Wildfire/.wf (or just %appdata%/PTC/ProENGINEER/Wildfire/.wf).
What you are looking for is actually an environmental variable in Windows. The variable is PTC_WF_ROOT. Where I work, we have a batch file that runs before Creo launches that sets this variable with the command:
set PTC_WF_ROOT <location>
where <location> is the path to where you want your cache to be stored.
The old default location for this was: /Users/<username>/AppData/Roaming/PTC/ProENGINEER/Wildfire/.wf (or just %appdata%/PTC/ProENGINEER/Wildfire/.wf).
You can copy me the batch file?
While we can send you launch scripts, they are personalized to the needs.
I suggest you look here
This will give you all you need to know and more.
I have a lot of examples of lanch scripts in my Creo Admin 101 & 102 talks.