This website works better with JavaScript
Home
Explore
Help
Register
Sign In
GlobalCube
/
gctools
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
main
Branches
Tags
main
gctools
/
status_client
/
status_client.bat
status_client.bat
62 B
Permalink
History
Raw
1
2
3
cd /d %~dp0
pyinstaller -F --path %~dp0 status_client.py
pause