Software Archive
Read-only legacy content

systemqq noise

rahzan
New Contributor I
424 Views
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
0 Kudos
3 Replies
Steven_L_Intel1
Employee
424 Views
SYSTEMQQ creates its own console. Use CreateProcess instead.

Steve
0 Kudos
rahzan
New Contributor I
424 Views
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
0 Kudos
Steven_L_Intel1
Employee
424 Views
Use CreateProcess and specify the handle of a file you open as the standard output handle.
0 Kudos
Reply