Angus Leeming <[EMAIL PROTECTED]> writes:

> > 2 Launching LyX at the end of the installer as
> >    !define PRODUCT_BAT "$INSTDIR\bin\lyx.bat"
> >    !define MUI_FINISHPAGE_RUN "${PRODUCT_BAT}"
> > works perfectly well, but I get a bloody great cmd window in the 
> > background. How do I make it go away? 
> 
> Still to resolve.
> Angus

Launching the last command in the bat file with "start" should do the trick.

$ cat lyx.bat
@echo off
rem
rem some stuff here
rem
start lyx.exe ....

Enrico




Reply via email to