Catia V5 release and SP/HF
Catia V5 release and SP/HF
(OP)
A while back ago I saw in the Internet an explanation how to show Catia V5 level at left top corner of Cati V5 window. Can't find that today. I run Catia with different environments and I'd like to see what Catia I run.How can I see that info at left top corner right after Catia V5?
I often use remote connection from my laptop this is why I have Catia Home( Remote connection using laptop).

I often use remote connection from my laptop this is why I have Catia Home( Remote connection using laptop).





RE: Catia V5 release and SP/HF
CODE --> catvba
Drew Mumaw
www.textsketcher.com
www.drewmumaw.com
RE: Catia V5 release and SP/HF
RE: Catia V5 release and SP/HF
Or if you have time you can develop your own, I saw that you know how to do programs.
Regards
Fernando
https://picasaweb.google.com/102257836106335725208 - Romania
https://picasaweb.google.com/103462806772634246699... - EU
RE: Catia V5 release and SP/HF
indocti discant et ament meminisse periti
RE: Catia V5 release and SP/HF
@ Ferdo Good idea to start Catia using small .exe. I'll try that.
RE: Catia V5 release and SP/HF
we use custom made application to start catia based on the user options (environment, catia level...)
indocti discant et ament meminisse periti
RE: Catia V5 release and SP/HF
If you have the macro that adds the text you want, you can run the macro every time catia starts by adding the -Macro flag to your startup.
Point to the location of your macro after CNEXT.EXE as shown below.
..._b64\code\bin\CATSTART.exe" -run "CNEXT.EXE -macro C:\V5\MACROS\Version.catvbs" ...