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

buzzthebuzzsaw, I use Win32::GUI to do what you are attempting.
use Win32::GUI; my $hw = Win32::GUI::GetPerlWindow(); Win32::GUI::Hide($hw);
Works like a charm.

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