gchr2.bat 140 B

12345
  1. cd /d %~dp0
  2. call .venv\Scripts\activate.bat
  3. pyinstaller -F --path %~dp0 --icon GCHR.ico gchr2.py
  4. copy /Y %~dp0\dist\gchr2.exe P:\GCHR2
  5. pause