📄 makejcldcp4bcb.bat
字号:
@echo off
if %1!==! goto help
build.exe --make=BuildJCLdcpFilesForce %1 %2 %3 %4 %5 %6 %7 %8 %9
goto end
:help
echo MakeJCLDcp4BCB.bat - Builds the JCL dcp files for BCB
echo.
echo Usage: MakeJCLDcp4BCB Version [--jcl-path=JCLDirectory]
echo [--bpl-path=DCPDirectory]
echo.
echo Version The version of BCB to build for (c5 or c6)
echo JCLDirectory The place where the JCL is installed.
echo Defaults to ..\..\JCL
echo You must enclose the value AND the option
echo name in double quotes (")
echo DCPDirectory The place where to put the DCP file.
echo Defaults to $(BCB)\Projects\Bpl
echo You must enclose the value AND the option
echo name in double quotes (")
echo.
:end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -