📄 compile.bat
字号:
@echo off
:D7
if not Exist "%ProgramFiles%\Borland\Delphi7\bin\dcc32.exe" goto D10
cd D7
del *.bpl *.dcp dcc32.cfg >nul
"%ProgramFiles%\Borland\Delphi7\bin\dcc32.exe" /B WinSkinD7R.dpk -$H-,W-
"%ProgramFiles%\Borland\Delphi7\bin\dcc32.exe" /B WinSkinD7D.dpk -$H-,W-
cd ..
:D10
if not Exist "%ProgramFiles%\Borland\BDS\4.0\bin\dcc32.exe" goto D11
cd D2006
del *.bpl *.dcp dcc32.cfg >nul
"%ProgramFiles%\Borland\BDS\4.0\bin\dcc32.exe" /B WinSkinD2006.dpk -$H-,W-
cd ..
:D11
if not Exist "%ProgramFiles%\CodeGear\RAD Studio\5.0\bin\dcc32.exe" goto Install
cd D2007
del *.bpl *.dcp dcc32.cfg >nul
"%ProgramFiles%\CodeGear\RAD Studio\5.0\bin\dcc32.exe" /B WinSkinD2007.dpk -$H-,W-
cd ..
:Install
Install.exe
pause
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -