How do I do this in NSIS?
So I have following lines in a bath file:
SET SCRT=.\SecureCRT\SecureCRT.EXE
SET CONF=.\SecureCRT\Config
START %SCRT% /F %CONF%
How would do the same thing in NSIS?
- Read more about How do I do this in NSIS?
- 3 comments
- Log in or register to post comments