Files
plantplan/bin/start.bat
2026-04-16 13:34:05 +02:00

22 lines
688 B
Batchfile

@echo off
REM ================================================================
REM PLANTPLAN - Server und Client gemeinsam starten
REM ================================================================
call "%~dp0setenv.bat"
echo ================================================================
echo PlantPlan - Starte Server und Client ...
echo ================================================================
echo.
call "%~dp0server.bat" start
call "%~dp0client.bat" start
echo.
echo ================================================================
echo Server: %PV_SERVER_URL%
echo Client: %PV_CLIENT_URL%
echo ================================================================