in reply to Re^2: Console Window Minimized
in thread Console Window Minimized
I meant that you can start your script in console, then hide it with Windows API function, then call any console application -- all of them will use the hidden console.
I've tested the code before post it. It works as desired.
Also I think that Win32::API::Prototype module is obsolete, you can use pure Win32::API instead of it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Console Window Minimized
by slloyd (Hermit) on Sep 20, 2004 at 17:28 UTC | |
|
Re^4: Console Window Minimized
by BrowserUk (Patriarch) on Sep 20, 2004 at 17:31 UTC | |
by ccn (Vicar) on Sep 21, 2004 at 09:35 UTC | |
|
Re^4: Console Window Minimized
by slloyd (Hermit) on Sep 21, 2004 at 01:07 UTC | |
by BrowserUk (Patriarch) on Sep 21, 2004 at 01:36 UTC | |
by slloyd (Hermit) on Sep 21, 2004 at 03:55 UTC |