![]() |
|
#1
|
|||
|
|||
Quiet programSorry if my question is stupid, I'm a newbee. I'd like to know how to create a quiet program. I mean I don't want the DOS window to appear. I just want some instructions to be executed without any user interaction. How is this possible?
|
|
#2
|
|||
|
|||
Re: quiet programHi,
I guess you want to execute your application in hidden / invisible mode. Windows programming have different ways to hide the command window from showing on executing an application. Using ShellExecute you can specify your options while running an application. Example: ShellExecute(NULL, "open","myfile1.exe", NULL, NULL, SW_HIDE); Regards, Rajeev |
|
#3
|
|||
|
|||
Re: Quiet programThanks for the advice.
To avoide the black dos window, I created a windows application instead of a dos application (using Dev-C++). Plus, I send all my commands with ShellExecute. Works fine, my program is totally invisible. Thank you Rajeev |
|
#4
|
|||
|
|||
Re: Quiet programYou are most welcome..
Regards, Rajeev |
Recent GIDBlog
First week of IA training by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Two-Tier data dissemination code installation problem | nidhibansal1984 | Computer Software Forum - Linux | 6 | 16-Sep-2007 10:13 |
| Text-Based Roulette Game | mfm1983 | CPP / C++ Forum | 5 | 29-Nov-2006 12:20 |
| BOOKEEPING program, HELP!! | yabud | C Programming Language | 10 | 17-Nov-2006 03:48 |
| Pipeline freeze simulation | darklightred | CPP / C++ Forum | 6 | 27-Jul-2006 19:37 |
| How to read particular memory location ? | realnapster | C Programming Language | 10 | 10-May-2006 09:11 |
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The