I've noticed when creating executables for windows using PAR I see a second process for the *.exe file in the task manager (assuming this is the console window) Does anyone know of a way to avoid this? perlapp from ActiveState is able to do this. I've tried using the wperl in place of perl when building the exe and also using the --gui option.