Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hello,
I'm working on my Creo 3 install batch file. I am using David's tokenizing ptcstatus.bat in Creo 2.0 to identify the buildecode allowing me to copy files down to clients to standardize the configuration.
Creo 3.0 installs to a path with the build code in it. C:\Program Files\PTC\Creo 3.0\F000\Parametric
Creo 2.0 did not:C:\Program Files\PTC\Creo 2.0\Parametric
Problem is, this forces the path (eg. build code) to be know to run any standardization batch file.
Has anyone overcome this issue yet?
I suppose I could use IF EXIST statements to identify the folder...
Thanks for you thoughts, Vaughn
Solved! Go to Solution.
Is this what you are looking for? I replied with how i got this to work with Creo 3.0.
Is this what you are looking for? I replied with how i got this to work with Creo 3.0.
Thanks Andy!
One thing to note. Is it looks like it grabs the last folder in that directory. Not a big deal since the last datecode should be at the bottom unless you install like CreoView or Illustrate to that directory. Once MXXX gets out we should be good.