5 lines
155 B
Batchfile
5 lines
155 B
Batchfile
@echo off
|
|
rem Build the installer for the complete Inventera web application.
|
|
call "%~dp0build_inventera_installer_windows.bat" "%~1"
|
|
exit /b %errorlevel%
|