@echo off cd /d %~dp0\.. call .venv\Scripts\activate python -c "from knee.app import main; main()"