Skip to main content
1-Visitor
May 13, 2015
Solved

how to change cache folder creo 2.0?

  • May 13, 2015
  • 1 reply
  • 3105 views

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

Thanks

    Best answer by lsrutkowski

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

    1 reply

    1-Visitor
    May 13, 2015

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

    casotech1-VisitorAuthor
    1-Visitor
    May 14, 2015

    You can copy me the batch file?

    12-Amethyst
    May 14, 2015

    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.