📄 aqsesgui.bat
字号:
@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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -