There is another solution that I use:
in my startup.bat i have a line like this:
call "%EXECUTABLE%" start %CMD_LINE_ARGS%
and I changed it in:
call "%EXECUTABLE%" run %CMD_LINE_ARGS%

and now it doesn't make another window, it remains in the one that starts
the process.

I hope it helps.

Gabi
P.S. this "tip" is in catalina.sh -> try to read its command arguments.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to