Archive: execute nsis file using bat file


execute nsis file using bat file
hi,

how can i run .nsi file from the bat file.

thanks in advance.


@echo off
call "c:\path\to\makensis.exe" "c:\myfile.nsi"