TechScout/start_api.bat

15 lines
437 B
Batchfile
Raw Permalink Normal View History

2026-01-22 13:02:09 -05:00
@echo off
echo ============================================================
echo TECHSCOUT - API Server
echo ============================================================
echo.
echo This server handles discovery and deep-dive requests.
echo Keep this window open while using TechScout.
echo.
echo Press Ctrl+C to stop the server.
echo ============================================================
echo.
cd "%~dp0"
python api_server.py