【发布时间】:2011-08-24 06:12:00
【问题描述】:
我需要将有关 java.exe 版本的一些信息输出到文本文件。 命令提示符命令
C:\Windows\System32\Java.exe > C:\Users|txt.txt outputs everything to the correct file.
当我尝试添加 -version 时
C:\Windows\System32\Java.exe -version > C:\Users|txt.txt, the output text file remains blank.
有没有办法把它变成一个txt文件?
【问题讨论】:
标签: command-line command-prompt