git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jvcl@12 7f62d464-2af8-f54e-996c-e91b33f51cbe
11 lines
207 B
Batchfile
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
|