Upload files to "/"

This commit is contained in:
2026-03-02 09:54:01 -05:00
commit c8247e687d
2 changed files with 1347 additions and 0 deletions

15
START_CLIENT.bat Normal file
View File

@@ -0,0 +1,15 @@
@echo off
title Chat Client
color 0A
echo ==========================================
echo STARTING CHAT CLIENT...
echo ==========================================
echo.
python CLRadio.py
echo.
echo ==========================================
echo CLIENT DISCONNECTED
echo ==========================================
pause