BUG: Redirected CodeView Output Yields Unexpected ResultsLast reviewed: July 17, 1997Article ID: Q94581 |
4.00 4.01 4.05 4.10
MS-DOS
kbtool kbbuglist
The information in this article applies to:
SYMPTOMSWhen the CodeView debugger command line specifies the output redirection operator (>) and the user invokes an MS-DOS shell in CodeView, the output from any commands executed in the MS-DOS shell is included in the file created by the output redirection.
RESOLUTIONCommand line output redirection works without problem if the user does not invoke an MS-DOS shell. If the user invokes an MS-DOS shell, operation occurs "in the dark" because application prompts and your responses do not appear on the screen. The redirection places this information in the output file.
STATUSMicrosoft has confirmed this to be a problem in CodeView versions 4.0, 4.01, 4.05, and 4.1 for MS-DOS. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONA redirection operator on the MS-DOS command line captures into a file all output to the standard output device (stdout). Output to the standard error device (stderr) is not affected.
|
Additional reference words: 4.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |