Dateien nach "/" hochladen

This commit is contained in:
Adam Skotarczak 2025-03-09 01:29:08 +00:00
parent 955ab15630
commit a3bf36d779

16
pyUpload.bat Normal file
View File

@ -0,0 +1,16 @@
@echo off
setlocal
:: Prüfen, ob die virtuelle Umgebung existiert
if not exist venv (
echo Fehler: Die virtuelle Umgebung existiert nicht!
echo Führe zuerst "install.bat" aus.
pause
exit /b
)
:: Aktivieren der virtuellen Umgebung
call venv\Scripts\activate
:: Starte den Upload-Server
python pyUpload.py