Files
operating-room-monitor-server/start_voice_confirmation_client.bat

6 lines
210 B
Batchfile
Raw Normal View History

@echo off
REM 启动手术室耗材语音确认桌面客户端。需已安装 uv 并完成 uv sync --group voice-client
setlocal
cd /d "%~dp0"
uv run --group voice-client python -m voice_confirmation_client %*