ECHO Command in a Batch File Does Not Echo /QLast reviewed: September 7, 1996Article ID: Q153332 |
The information in this article applies to:
SYMPTOMSWhen the ECHO command is used within a batch file, the following problem occurs. In this example, test.bat is a batch file that contains the following line:
echo %1If you run:
TEST.BAT /AAA/Q/BBBwhat is displayed is:
/aaabbbIn other words, /Q is stripped from the string. The problem occurs even when the argument for the batch file is within quotation marks.
CAUSE/Q is misinterpreted as "quiet mode" option.
STATUSMicrosoft has confirmed this to be a problem in Windows NT versions 3.5 and 3.51. This problem was corrected in the latest Windows NT 3.51 U.S. Service Pack. For information on obtaining the Service Pack, query on the following word in the Microsoft Knowledge Base (without the spaces):
S E R V P A C K |
KBCategory: kbprg
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |