NET Commands Don't Have Hex 0D at the End of LinesLast reviewed: June 6, 1995Article ID: Q129849 |
The information in this article applies to:
SYMPTOMSIf you run an application that reads in text files and depends on carriage return Hex 0D or CHR$(13) at the end of each line of text, the application may fail when it reads text files created from NET commands.
CAUSEWindows NT 3.5 places only a linefeed Hex 0A, or CHR$(10), at the end of each line of text generated from the NET commands.
WORKAROUNDIf possible, modify the application you are using to look for Hex 0A or CHR$(10) at the end of each line (instead of the Hex 0D or CHR$(13)).
STATUSMicrosoft has confirmed this to be a problem in Windows NT version 3.5. This problem was corrected in Windows NT version 3.51.
|
KBCategory: kbother kbbug3.50 kbfix3.51
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |