@echo off cd /d "%~dp0" echo === Hermes PC Executor Setup === python -m venv .venv .venv\Scripts\pip install -r requirements.txt -q echo. echo Fertig. Starte mit start.bat pause