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

📄 maked5std.bat

📁 East make Tray Icon in delphi
💻 BAT
字号:
@echo off
: ---------------------------------------------------------------------
:    WARNING   WARNING    WARNING    WARNING    WARNING    WARNING
:
: Please read the help before using this batch file as there are
: some special parameters
:
: ---------------------------------------------------------------------
SET DELDIR=%1
if "%DELDIR%!"=="!" SET DELDIR=C:\Program Files\Delphi5

call MakeDelphi d5 x d5std
SET DELDIR=

goto end

:help
echo MakeD5Std.bat - Builds the JVCL for Delphi 5 Standard
echo.
echo Usage:    MakeD5Std [DelphiDirectory]
echo.
echo     DelphiDirectory   The place where Delphi is installed.
echo                       Defaults to "C:\Program Files\Delphi5"
echo.
echo Any additional argument will be ignored
echo.
:end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -