⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 build.bat

📁 一个很好用的控件
💻 BAT
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -