[求助]:如何在windows command line作如下操作。。

來源: 2006-12-03 17:59:29 [舊帖] [給我悄悄話] 本文已被閱讀:

我需要把lcc compiler的輸出存進一個文件(*.txt)裏,用Unix 命令, 可以這樣
lcc -a file.c | tee output.txt
想問一下用windows command 能實現類似的操作麽?

非常感謝。。