Skip to content
⌘ NSIS Forum Archive

Saving script before compiling

4 posts

jammusi#

Saving script before compiling

Hi,

As !insertmacro actually inserts lines into the text script before compiling - I would like to see the generated text file before it is being compilied.
Is there a way to do that?

tx

Jammusi
{_trueparuex^}#
You can use !system command for that.

Example:
!system '"%WINDIR%\notepad.exe" "C:\somefile.txt"'

PaR