http://www.perlmonks.org?node_id=262137


in reply to Re: Re: Running script on WinXX without console window
in thread Running script on WinXX without console window

The thread shows you more than 1 way to do it. There is not only the Win32::API way but also the wperl way, the "detached process" suggested by Nitrox and so on.

Also, you can look inside of the PAR module: it has a --gui option that works on Win32 machines to start perl exe without showing the console window.

Replies are listed 'Best First'.
Re: Re: Re: Re: Running script on WinXX without console window
by Anonymous Monk on Jun 01, 2003 at 13:12 UTC
    yet again, thank you.