Componentes.Terceros.jvcl/internal/3.36/1/makemodified.bat
2009-03-04 12:31:55 +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