Add background launcher scripts (Iniciar.vbs, Detener.bat, Ver_Log.bat)

This commit is contained in:
2026-05-05 02:25:07 -04:00
parent ab4c9c81b0
commit b57fa85a97
4 changed files with 53 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
@echo off
if exist "logs\server.log" (
notepad "logs\server.log"
) else (
echo No hay log todavia. Inicia el servidor primero.
pause
)