标签: windows batch-file cmd pipe
好的,所以我有这个脚本,我将ant命令的输出重定向到带有findstr
ant xyz | findstr ...
但是你知道命令的输出不会显示在标准输出上。那么有没有一种方法可以将输出重定向到管道和标准输出而不使用文件?