Reference/!echo

From NSIS Wiki
Revision as of 16:01, 21 May 2013 by Jan (talk | contribs) (Created page with "=!echo= message This command will echo a message to the user compiling the script. <highlight-nsis>!echo "hello world"</highlight-nsis>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

!echo

message

This command will echo a message to the user compiling the script.

!echo "hello world"