PDA

View Full Version : batch file


askarov
11th June 2001, 13:57
I need to know how can I run a batch file using the nsis script installation.

Kaboon
11th June 2001, 16:27
ExecShell open '$INSTDIR\yourbatchfile.bat'

And of course you can use any other directory then $instdir. :)