|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Oct 2005
Posts: 9
|
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 |
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
Use the nsExec plug-in (bundled with NSIS) or the ExecDos plug-in.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Oct 2005
Posts: 9
|
Sweet nsExec worked!
MUCH THANKS! -JC |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|