Fix run.bat: cd to script dir, use full python path

This commit is contained in:
Lizandro Guarnizo
2026-06-17 18:34:10 -05:00
parent 6a064c2ed5
commit dc593a223e
2 changed files with 12 additions and 6 deletions
+2
View File
@@ -1,4 +1,6 @@
@echo off
taskkill /f /im pythonw.exe 2>nul
taskkill /f /im python.exe 2>nul
echo Servidor detenido.
timeout /t 2 /nobreak >nul
exit