Use a Script to determine Creo 2 and 3 datecode?
Working on a new startup script and we have users on various datecodes of Creo 2 and 3. I need to find a way to obtain the buildcode they are using and populate that into a variable for a script.
This was done previously in Creo 1 and earlier versions via the below;
REM find the version of Creo
for /F "tokens=2 usebackq" %%A IN (`findstr "SHIPCODE" %proload%\uninstall\instlog.txt`)DO set CREO_VER=%%A
for /F "useback tokens=*" %%a IN ('%creo_ver%') DO set creo_ver=%%~a
But with Creo 2 and beyond this method no longer works. Anyone have a work around or solution they've implemented in the past?
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

