erste Fassung von Client und Server rein
This commit is contained in:
17
bin/stop.bat
Normal file
17
bin/stop.bat
Normal file
@@ -0,0 +1,17 @@
|
||||
@echo off
|
||||
|
||||
REM ================================================================
|
||||
REM PLANTPLAN - Server und Client gemeinsam stoppen
|
||||
REM ================================================================
|
||||
|
||||
echo ================================================================
|
||||
echo PlantPlan - Stoppe Server und Client ...
|
||||
echo ================================================================
|
||||
echo.
|
||||
|
||||
call "%~dp0server.bat" stop
|
||||
call "%~dp0client.bat" stop
|
||||
|
||||
echo.
|
||||
echo Alle Prozesse gestoppt.
|
||||
echo ================================================================
|
||||
Reference in New Issue
Block a user