Hi,
I have a problem...
I can't find the symbol for comments.
In every examples the comments are missing.
Is there a way to add comments in code?
Thanks
New: MBox Viewer (Mar 22, 2026), Platform 30.3 (Mar 29, 2026)
1,400+ portable packages, 1.2 billion downloads
Our costs have risen a bunch. Please donate if you can!
If you mean NSIS, a semicolon at the start of the line indicates a comment. Using Notepad++ Portable will provide proper highlighting.
Sometimes, the impossible can become possible, if you're awesome!
No. I mean ex. AppInfo.ini, or Launcher.ini
I have tryed '#; ecc, but nothing work...
Semicolon at the start of the line will comment out in INI files. See the PortableApps.com Template for an example.
Sometimes, the impossible can become possible, if you're awesome!
Ok,
"a semicolon at the start of the line"
I use in NSIS the semicolon at the end of rows
Thanks...