📄 tlappend.bat
字号:
rem ---------------------------------------------------------------------------
rem Append to TOMCAT_LIB
rem ---------------------------------------------------------------------------
rem Process the first argument
if ""%1"" == """" goto end
set TOMCAT_LIB=%TOMCAT_LIB%;%1
shift
rem Process the remaining arguments
:setArgs
if ""%1"" == """" goto doneSetArgs
set TOMCAT_LIB=%TOMCAT_LIB% %1
shift
goto setArgs
:doneSetArgs
:end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -