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