Files
Live_RC/windows/start_all.bat
2026-03-14 09:51:35 +01:00

11 lines
154 B
Batchfile

@echo off
setlocal
call "%~dp0start_ammc.bat"
call "%~dp0start_backend.bat"
start "" "http://localhost:8081"
echo [OK] AMMC + backend started
endlocal