1. How to find out the CATPart & CAT Products version, service pack and Hot Fix level in windows?
Solution:-
Open the command prompt and type the following command;
C:\> find "<release>" /i Catia files path
For Example:-
If you have Catia part file say Engine.CATPart in the folder called EDST in C:\drive.
Type in Command prompt as follows;
C:\> find "<release>" /i C:\EDST\Engine.CATPart
This will show you the result in the same window.
If you want to generate report in some documents or notepad;
C:\> find "<release>" /i C:\EDST\Engine.CATPart > C:\EDST\Report.doc
C:\> find "<release>" /i C:\EDST\Engine.CATPart > C:\EDST\Report.txt |