From an NSIS script (e.g., in C:\nsis\) I execute an external program (let something.bat) with some parameters:
Exec '"Z:\draft\something.bat" $param1 $param2'
something.batsupported for renaming a directory C:\nsis. My question is: how can I say Execrun something.batinside Z:\draft\, not C:\nsis\? Because it cannot rename the directory otherwise.
Thank.
source
share