dir>c:/file.txt 2>&1
 
对应的java  class   >c:/file.txt 2>&1
 
 
a.exe >log.txt 2>&1

相关文章: