soo*_*ise 4 file batch-file
我想知道如何使用具有批处理文件的特定程序打开特定文件.到目前为止,我的批处理文件可以打开程序,但我不知道如何打开该程序的文件.
@echo off start wgnuplot.exe
Chr*_*ton 8
start wgnplot.exe "c:\path to file to open\foo.dat"
小智 6
如果您要打开的文件与批处理(.bat)文件位于同一文件夹中,那么您可以简单地尝试:
start filename.filetype
例子:start image.png
start image.png
归档时间:
16 年,2 月 前
查看次数:
133615 次
最近记录:
7 年,7 月 前