Custom folder for parametric.psf
Hi there,
in Creo's bin folder (e.g. C:\Program Files\PTC\Creo 10.0.2.0\Parametric\bin ) there is a "parametric.bat", which executes
@echo off
"C:\Program Files\PTC\Creo 10.0.2.0\Parametric\bin\parametric.exe" "C:\Program Files\PTC\Creo 10.0.2.0\Parametric\bin\parametric.psf" %*
Is it possible to place that batch file and the corresponding "parametric.psf" anywhere else?
e.g.
C:\temp\%username%\custom-parametric.bat with
@echo off
"C:\Program Files\PTC\Creo 10.0.2.0\Parametric\bin\parametric.exe" "C:\temp\%username%\custom-parametric.psf" %*
I tried it, but it did not worked so far.

