%~d0 cd %~dp0 python -m venv .venv call .venv\Scripts\activate.bat pip install -r requirements.txt echo call %~dp0\%* call %~dp0\%*