status_client.bat 62 B

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