Hi, i'm just starting to try out this software, looks good so far :) On Windows launching logfx.bat first opens a terminal window, then the actual program window. I was wondering if there was a reason for this ? I changed the last line of logfx.bat to this and it launches without the terminal window (i added start and exit, and replaced java with javaw) : ``` start "" "%DIR%javaw" -splash:"%DIR%logfx-logo.png" %VM_OPTIONS% -m com.athaydes.logfx/com.athaydes.logfx.LogFX %* exit ```