我需要把lcc compiler的输出存进一个文件(*.txt)里,用Unix 命令, 可以这样 lcc -a file.c | tee output.txt 想问一下用windows command 能实现类似的操作么? 非常感谢。。