gchrstruct_export.bat 98 B

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