aqsesgui.bat

来自「The aqsesGUI software is a software pack」· Batch 代码 · 共 47 行

BAT
47
字号
@ECHO OFFSET JAVA_COMMAND=java -classpath .:./plugin -Dswing.aatext=true -Xms512m -Xmx512m -Xss8m -jar startUp.jarIF "%1"=="" GOTO ZEROIF "%1"=="-help" GOTO HELPIF "%1"=="\?" GOTO HELPREM There are input parameters and the first one is not "-help" or "\?" ECHO start AqsesGUI ECHO start Java Virtual Machine %JAVA_COMMAND% %*  GOTO ENDREM Show HELP:HELP ECHO help: ECHO.  ECHO To start the program type: ECHO .\akses [options] ECHO. ECHO OPTIONS ECHO. ECHO These are the options that are known to the framework. It is possible that the different plug-ins have additional options. Please consult the documentation of the plug-ins to find out which options they provide. ECHO. ECHO	Don't use a log file and print the errors to the standard output ECHO	-nolog ECHO. ECHO	Set the language: ECHO	-language=valid ISO Language Code (ISO-639) ECHO	ex.: -language=en (english), -language=fr (french)  ECHO. ECHO	Set the look and feel: ECHO	-laf=metal or system ECHO	value = metal or system ECHO. ECHO -------------------------------- ECHO B. De Neuter, bart.deneuter@esat.kuleuven.ac.be, Katholieke Universiteit Leuven, Departement Electrical Engineering, ESAT-SCD, Belgium (2004) GOTO ENDREM There are no input parameters:ZERO ECHO start AqsesGUI ECHO start Java Virtual Machine %JAVA_COMMAND%  GOTO END:END

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?