1.

Solve : Minimise the dos window?

Answer»

Is it not possible to minimise the dos window ?
THANKS
devduttaaClick the square with a minus sign.
Dias, you're doing it wrong, the response should have been something like:


Minimizing Console windows is a black art practices only by a few seasoned veterans. Most perform this task by writing a small C program that uses findWindow() to locate the appropriate console window and then calling SetWindowState() to set the window the the minimized position.


Alternatively, you can click the minimize button, but all the seasoned veterans will laugh at you.He's going to start ANOTHER thread anyway.
that's true, but we MAY as well amuse ourselves in the process. Well,get amusements. But I think I will also get amusement if if tou help
to write the required C code. THANKS
devduttaaFirst explain what you WANT to do. Start the command window minimised, or minimise an already running window?
Quote from: devduttaa on April 09, 2009, 10:33:30 AM

Well,get amusements. But I think I will also get amusement if if tou help
to write the required C code. THANKS
devduttaa


LMAO

when did C come into this?Quote from: BC_Programmer on April 09, 2009, 10:45:39 AM

LMAO

when did C come into this?

Quote from: BC_Programmer
Most perform this task by writing a small C program
that's what I thought; just confirming...


In any case I'd go with the SECOND option, it may be less hip but it works. also it coincides with the method already provided.

I'd download cmdow.exe and use CMDOW @ /MIN


Discussion

No Comment Found