Dateien nach "/" hochladen
This commit is contained in:
parent
955ab15630
commit
a3bf36d779
16
pyUpload.bat
Normal file
16
pyUpload.bat
Normal 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
|
Loading…
x
Reference in New Issue
Block a user