?? 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.exe
pause
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -