Is there a way to execute a program through dos without making it visible?
I run an exe in dos which opens another program with a window. I would like to be able to keep the second window hidden, is that possible?
Thanks
This is a discussion on Run dos program invisibly? within the Windows Programming forums, part of the Platform Specific Boards category; Is there a way to execute a program through dos without making it visible? I run an exe in dos ...
Is there a way to execute a program through dos without making it visible?
I run an exe in dos which opens another program with a window. I would like to be able to keep the second window hidden, is that possible?
Thanks
Assuming you're not talking about an actual "DOS" application - the correct terminology is "console" application. Whether it's a console or windows (gui) application, you can start them hidden using the CreateProcess Win32 API. You should find plenty of examples searching these boards.
gg
Until you can build a working general purpose reprogrammable computer out of basic components from radio shack, you are not fit to call yourself a programmer in my presence. This is cwhizard, signing off.