Windows批处理文件中的输出顺序

时间:2013-11-06 10:17:27

标签: windows batch-file io stdio

执行以下批处理文件时

@echo off
echo Text from echo
xcopy foobarium

我得到以下输出:

File not found - foobarium
0 File(s) copied
Text from echo

有意识地交换了输出的顺序。如何确保输出按命令的指定顺序出现?

(这是在Win7上)

1 个答案:

答案 0 :(得分:1)

这似乎是clink中的一个错误(一个为cmd.exe提供类似bash的自动完成的实用程序)。我已经提交了bug report