db.bat 82 B

1234
  1. cd /d %~dp0
  2. call venv\Scripts\activate.bat
  3. pyinstaller -F --path %~dp0 db.py
  4. pause