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

18 lines
561 B
Batchfile

@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 ================================================================