On Sat, 15 Apr 2006, Rumen Bogdanovski wrote: > I have tryed: exetype myapp.exe windows > and still shows console.
So did you try running your script with
wperl myapp.pl
and did it still show the console window? If it did, did adding
BEGIN { Win32::SetChildShowWindow(0) if defined &Win32::SetChildShowWindow }
to the top of myapp.pl fix this?
Cheers,
-Jan
