build.bat
来自「一个很好用的控件」· Batch 代码 · 共 16 行
BAT
16 行
echo off
@echo Builds all ABC .dpk files into design and runtime packages for Delphi 6
@echo Please edit this script for output directories
@echo Please edit dcc32.cfg for source directories
@echo Requires dcc32.cfg setup and dcc32.exe on the path
@echo Warning - this script will delete dcc32.cfg from your Delphi6\Bin directory
@echo Results are output to build.log
@echo ---------------------------------------------------------------------
@echo Press Ctrl-C to cancel
REM Pause
@echo Deleting log file
del build.log
call BuildD6 build.log
call Notepad.exe build.log
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?