Add run.bat (background with pythonw), stop.bat, run.vbs

This commit is contained in:
Lizandro Guarnizo
2026-06-17 18:26:42 -05:00
parent 25ca4a504c
commit 6a064c2ed5
3 changed files with 24 additions and 36 deletions
+4
View File
@@ -0,0 +1,4 @@
@echo off
taskkill /f /im pythonw.exe 2>nul
echo Servidor detenido.
timeout /t 2 /nobreak >nul