in reply to Hiding the dos console where perl program was called from in windows?

Hi. This question was asked recently. There are several non-Win32::GUI solutions. personally I think Win32::GUI is a bit overkill unless you actually plan on using it for it's GUI functions.

  • Comment on Re: Hiding the dos console where perl program was called from in windows?

Replies are listed 'Best First'.
Re: Hiding the dos console where perl program was called from in windows?
by buzzthebuzzsaw (Acolyte) on Nov 15, 2002 at 22:01 UTC
    Thanks for the link.
    I did a search on the site beforehand, and didn't get anything that I needed, which is why I asked the question (unknowingly) again.

    I had a look at the other ways of getting rid of the console but, from what I can see, the easiest way of doing it is the Win32::GUI way.

    Anyways,
    Thanks for the help.