Files
Inv_web/build_inventera_full_installer_windows.bat
2026-08-10 14:25:45 +03:00

5 lines
149 B
Batchfile

@echo off
rem Build the installer for the complete Inventera web application.
call "%~dp0build_inventera_installer_windows.bat"
exit /b %errorlevel%