7 lines
130 B
Batchfile
7 lines
130 B
Batchfile
|
|
::关闭回显
|
||
|
|
@ECHO OFF
|
||
|
|
::设置软件路径
|
||
|
|
SET nlint=C:\Novas\nLint2.2v24\bin\nLint.exe
|
||
|
|
|
||
|
|
%nlint% -gui -f ./file_ver.f
|