这是批处理文件.
java -jar "C:\Users\Clustering.jar" > E:\distMatrix.txt
notepad E:\distMatrix.txt
notepad E:\dendrogram_output.txt
pause
Run Code Online (Sandbox Code Playgroud)
我想一起打开两个记事本文件......因为当distMatrix打开时,dendrogram_output在前一个关闭之前不会打开!我该怎么办?
Joe*_*oey 10
用途start
:
start notepad E:\distMatrix.txt
start notepad E:\dendrogram_output.txt
Run Code Online (Sandbox Code Playgroud)
请注意,一旦你有一个带空格的参数,你需要使用
start "" notepad "E:\some file with spaces.txt"
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
12672 次 |
最近记录: |