@echo off REM Standalone .exe fuer Voice-Agent Diktat bauen. REM Vorab einmal: REM python -m venv .venv REM .venv\Scripts\activate REM pip install -r requirements.txt REM pip install pyinstaller pyinstaller --noconfirm --onefile ^ --name VoiceAgentDictate ^ --add-data "config.example.toml;." ^ dictate.py echo. echo Fertig. EXE liegt in dist\VoiceAgentDictate.exe echo Daneben config.toml ablegen (aus config.example.toml kopiert).