db.bat 51 B

123
  1. cd /d %~dp0
  2. pyinstaller -F --path %~dp0 db.py
  3. pause