Reference/!echo: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(Created page with "=!echo= message This command will echo a message to the user compiling the script. <highlight-nsis>!echo "hello world"</highlight-nsis>") |
mNo edit summary |
||
| Line 6: | Line 6: | ||
<highlight-nsis>!echo "hello world"</highlight-nsis> | <highlight-nsis>!echo "hello world"</highlight-nsis> | ||
''Command introduced with NSIS v2.0'' | |||
Revision as of 11:12, 3 June 2013
!echo
message
This command will echo a message to the user compiling the script.
!echo "hello world"
Command introduced with NSIS v2.0