Maintenance Pack
Maintenance Pack
(OP)
Does anyone know how to find what maintenance pack we are using from command line, file, registry. We know we can find this in the syslog, but we are doing remote installs and need to find this information in the back ground. We also know we can get the QRM details from env_print.
Any helpe will be appreciated.
Any helpe will be appreciated.
Best regards
Simon (NX4.0.4.2 MP4 - TCEng 9.1.3.6.c)
www.jcb.com
Life shouldn't be measured by the number of breaths you take, but rather how many times it's taken away...





RE: Maintenance Pack
In NX5 you can use
"%UGII_BASE_DIR%\ugii\env_print" -m
for NX4 one has to use other methods.
strings "%UGII_BASE_DIR%\ugii\libpatch.dll" | findstr /c:MP
Regards, Joe
RE: Maintenance Pack
Thanks alot for that, it works a treat.
Best regards
Simon (NX4.0.4.2 MP4 - TCEng 9.1.3.6.c)
www.jcb.com
Life shouldn't be measured by the number of breaths you take, but rather how many times it's taken away...
RE: Maintenance Pack
Thanks,
RE: Maintenance Pack
Best regards
Simon (NX4.0.4.2 MP4 - TCEng 9.1.3.6.c)
www.jcb.com
Life shouldn't be measured by the number of breaths you take, but rather how many times it's taken away...
RE: Maintenance Pack
I did a call batch inside of my normal ug batch and collected the date-time-computername and the version.....
echo %date% %time% %username% %computername% >> n:\temp\dave\ugnx5_update.txt
"%UGII_BASE_DIR%\ugii\env_print" -n >> n:\temp\dave\ugnx5_update.txt
the test file read like....
Thu 07/24/2008 13:19:31.91 dave davescomputer
NX 5.0.4.1