- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I had assumed that no output to console can take place from a DLL, esp a Com-server. However, when called from within a comsrver, SYSTEMQQ opens an unsightly DOS screen even if the output is redirected to a file.
I;d appreciate any hints as to how to quiet the SYSTEMQQ flashings.
Tim
I;d appreciate any hints as to how to quiet the SYSTEMQQ flashings.
Tim
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SYSTEMQQ creates its own console. Use CreateProcess instead.
Steve
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Because I need to "redirect" the output I MUST use CMD and because of that the DOS screen STILL appears. Which is just the same as using SYSTEMQQ in about 100 lines less!
Is there a way to redirect the output of DF.EXE without the use of CMD ">" ?
Any ideas on this will be appreciated.
Tim
Is there a way to redirect the output of DF.EXE without the use of CMD ">" ?
Any ideas on this will be appreciated.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use CreateProcess and specify the handle of a file you open as the standard output handle.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page