cd /d %~dp0
call venv\Scripts\activate.bat
pyinstaller -F --path %~dp0 --icon favicon.ico gctools.py
copy /Y %~dp0\dist\gctools.exe P:\GCTools
pause