Closing DOS boxes
I have created a DOS batch file that calls (and passes the parameter %0 - the batch file name) to a utility created by NSIS, this utility does not stay open after finishing what it is doing, but in some systems the DOS box stays open. I have been including a PIF file that basically just has the "Close on Exit" option selected. Is there any way my NSIS-created utility can close the DOS box since it already knows the name of the batch file? I want to have a total of two files instead of three.