Customize title of Creo window
SMARTMenu allows you to change the Creo window headline.
Image
You can achieve this by editing the text file ChangeCreoHeader.txt that is located in <install_dir>/text/<language>/
To modify the headline as shown in the image add the following line:
PRT_MODE "    === SMARTMenu 9.0 powered by b& === Masse: "|PRO_MP_MASS|" KG"
 
Syntax:
  • Comments start with !
  • Use the | sign to combine Strings and Parameters.
  • Strings are in between ""
  • Parameters just stand on their own.
     Note
    Do not use the | sign within strings!