in reply to Re^4: Console Window Minimized
in thread Console Window Minimized

Sounds like your trying to run OS commands in the background without anyone knowing your doing it. I wonder why?


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
"Memory, processor, disk in that order on the hardware side. Algorithm, algorithm, algorithm on the code side." - tachyon

Replies are listed 'Best First'.
Re^6: Console Window Minimized
by slloyd (Hermit) on Sep 21, 2004 at 03:55 UTC
    The application that I am building is simply a GUI for dos commands. I used Win32::GUI to build a GUI that allows the customer to enter a DOS command. That command is executed and the results are displayed in a Textfield window. NO, I am not trying to do anything sneaky.