Files
Inv_web/build_inventera_full_installer_windows.bat
2026-08-11 12:54:09 +03:00

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%