@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\Delphi6 call MakeDelphi d6 x d6per SET DELDIR= goto end :help echo MakeD6Per.bat - Builds the JVCL for Delphi 6 Personal echo. echo Usage: MakeD6Per [DelphiDirectory] echo. echo DelphiDirectory The place where Delphi is installed. echo Defaults to "C:\Program Files\Delphi6" echo. echo Any additional argument will be ignored echo. :end