cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

how to change cache folder creo 2.0?

casotech
1-Newbie

how to change cache folder creo 2.0?

I have to change the folder where is saved the cache by default, how do I do?

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions

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).

View solution in original post

4 REPLIES 4

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

ProE Launch Script.docx

This will give you all you need to know and more.

Top Tags