c11.bat 83 B

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