Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
As per the original post..
Martin,
Do you know if it possible to include conditional statements in a psf file?
I'd like to be able to do something like the following, but it doesn't seem to to work:
IF !DEFINE(CREOCACHEDRIVE)
ENV=CREOCACHEDRIVE=C:
ENDIF
Solved! Go to Solution.
Thanks Ben.
I was trying to avoid using a batch file but that may be my only solution.
Thanks for the quick response.
-Jeff
The way I handle setting environment settings for Creo is to have the parameteric.bat file call a company setup batch file before the default line in the installed batch file. This file handles things like creoagent location and .wf folder location. The batch file I create can use IF statements to control variables and settings.
Thanks Ben.
I was trying to avoid using a batch file but that may be my only solution.
Thanks for the quick response.
-Jeff