windows - Can you set WindowTitle in Launch4j where headerType==console? -
windows - Can you set WindowTitle in Launch4j where headerType==console? - i have launch4j config headertype=console. console displays nicely console output. title of console window total path executable launcher. there way set title of window , if how? eg if create batch file start "this window title" mylauncher.exe then console window this window title title. how can configure launch4j batch file not required? as far know there no setting within launch4j that. there windowtitle option, docs gui only. instead, think have few options. i'm going assume using windows since using batch , exe files. options: modify source launch4j add together phone call win32 api function setconsoletitle . you'd want recompile consolehead part , rebuild executable. utilize dev-cpp compiling. there similar project called winrun4j has alternative configuring console title , uses method. maybe launch4j owners can add together feature if requested, woul...