Componentes.Terceros.jvcl/official/3.36/makemodified.bat
2009-02-27 12:23:32 +00:00

11 lines
207 B
Batchfile

@echo off
if "%1" == "" goto NEWEST
install.bat %1 --autoupdate --autoclose %2 %3 %4 %5 %6 %7 %8 %9
goto LEAVE
:NEWEST
install.bat newest --autoupdate --autoclose %2 %3 %4 %5 %6 %7 %8 %9
:LEAVE