Files
dashboard/backend/start.bat
T

6 lines
82 B
Batchfile
Raw Normal View History

@echo off
echo Starting Audio Dashboard API...
cd /d "%~dp0"
python main.py
pause