Skip to content
⌘ NSIS Forum Archive

compile NSIS script from a batch file

7 posts

khesrow#

compile NSIS script from a batch file

salam guyz

i cant compile my NSIS script through a batch file, i just know that we write in the .bat file our compiler and then the script file but useless plz help..
khesrow#
it didnt wrok, plz write me the whole .bat file content i did like this:

path..\makensis.ese path...\test.nsi

but dose not work
Afrow UK#
That is correct. If the batch is not working then check your paths are valid and that you wrap paths containing spaces in quotes.

i.e.
"C:\Program Files (x86)\NSIS\makensis.exe" script.nsi
(assuming the batch file is in the same folder as your script).

Stu
MSG#
Yeah, I don't really mind stupid questions too much, but absence of any kind of grammar or punctuation is usually where I draw the line. kudos that you can bear it.