@echo off cd /d "%~dp0\.." python -m uvicorn signal_v2.main:app --host 0.0.0.0 --port 8001