Do standard windows .ini files allow comments?
YES
You can put comments in a .ini file using a Semi-colon(;). See example below:
1. Commenting a portion of a line
Name="ABC" ; Comment
2. Commenting a full line
; This is a line comment
YES
You can put comments in a .ini file using a Semi-colon(;). See example below:
1. Commenting a portion of a line
Name="ABC" ; Comment
2. Commenting a full line
; This is a line comment
No comments:
Post a Comment
Please give your feedback, questions and suggestions. I will surely answer you.