erste Fassung von Client und Server rein
This commit is contained in:
21
bin/start.bat
Normal file
21
bin/start.bat
Normal file
@@ -0,0 +1,21 @@
|
||||
@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 ================================================================
|
||||
Reference in New Issue
Block a user