Archive: How to create a batch file wrapper with no dos popup window?


How to create a batch file wrapper with no dos popup window?
I've currently created a wrapper that calls a batch file that inturn will start a JAVA application.

However, the problem that I've encountered is that a dos window will open along with the java application window. I would like to hide this dos window from being displayed but don't know how.

The batch file makes use of JAVAW to run the jar file.

Help would be appreciated, thanks.

-JC


Use the nsExec plug-in (bundled with NSIS) or the ExecDos plug-in.


Sweet nsExec worked!
MUCH THANKS!

-JC