PR_CreateProcess() without Windows console window?
Fredrik Roubert <[email protected]> Mon, 12 Jul 2010 11:52:19 -0700 (PDT)
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <6c8e8f6c-d960-44d1-9481-99dacc16b61c@c10g2000yqi.googlegroups.com> |
Hello! When I use PR_CreateProcess() to run an executable that on Windows is built as a console application, a console window will pop up (and quickly disappear again, as the executable I'm calling just performs a very quick task). Would it somehow be possible to get rid of this window? If it isn't currently possible, what do you think of adding come functionality to PR_CreateProcess(), maybe accessed by a flag in PRProcessAttr, that would add the right flags to the Win32 CreateProcess() call? -- Fredrik Roubert [email protected]