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
Archive: Saving script before compiling
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
You can use !system command for that.
Example:
!system '"%WINDIR%\notepad.exe" "C:\somefile.txt"'
PaR
He means he wants to see the script file after the precompiler.
yep - as MSG said :up: