@echo off
title 43-Node Prime Array Matrix Launcher
echo ==========================================================
echo     LAUNCHING 43-NODE PRIME ARRAY ENVIRONMENT MATRIX
echo ==========================================================

echo Direction: launching Core Processing Engine (localhost:8081)...
start "Prime Engine Terminal Core" /B python engine_43.py

timeout /t 1 /nobreak >nul

echo Direction: launching Application UI Server (localhost:8000)...
start "App Server Terminal Core" /B python server_43.py

echo Status: core tasks initialized. Open http://localhost:8000 in your browser.
echo Direction: close this console window to terminate both running servers.
pause
