in reply to Suppressing Console in PerlApp Script
It should hide all applications started by system() if your version of Perl includes Win32::SetChildShowWindow(). It definitely is included in ActivePerl build 633 and later.Win32::SetChildShowWindow(0) if defined &Win32::SetChildShowWindow +;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Suppressing Console in PerlApp Script
by westhills (Initiate) on May 07, 2003 at 19:42 UTC | |
|
Re^2: Suppressing Console in PerlApp Script
by Anonymous Monk on Jul 06, 2008 at 06:57 UTC |