Skip to main content
1-Visitor
May 31, 2013
Solved

Adding Comments in Config.pro

  • May 31, 2013
  • 2 replies
  • 6272 views

Hello all,

this should be simple - can't I prefix comment lines with the hash (#) symbol in the config.pro file?

Thought that was the way to do it, but recently noticed that the std.out file lists my comment lines as an error. The config file still works just fine though.

Regards,

Andri


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.
Best answer by BillRyan

Try using an ( ! ) at the beginning of the lines you want to comment.

2 replies

BillRyan16-PearlAnswer
16-Pearl
June 3, 2013

Try using an ( ! ) at the beginning of the lines you want to comment.

14-Alexandrite
June 3, 2013

Hi Andri,

Bill Ryan is right - ! command is correct symbol for configuration file in ProE and Creo.

It is working for config.pro and config.sup file - see the example:

comments.PNG

Note: for Relation comments you can use /* syntax:

relations_comment.PNG

Regards,

Vladimir