Files
Blockline/Start-Server.cmd
T

9 lines
165 B
Batchfile
Raw Normal View History

2026-09-12 11:01:37 +02:00
@echo off
cd /d "%~dp0"
"%~dp0Start-Server.exe" %*
if errorlevel 1 (
echo Serverstart fehlgeschlagen. Details siehe oben und im Ordner logs.
pause
exit /b 1
)