This commit is contained in:
2026-05-20 23:01:18 +07:00
parent d1986f261c
commit c01edd8a4e
7 changed files with 317 additions and 66 deletions

9
restart.bat Normal file
View File

@@ -0,0 +1,9 @@
@echo off
chcp 65001 >nul
cd /d "%~dp0"
echo.
echo Dang dung server cu (neu co)...
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0kill-server.ps1"
echo.
echo Dang khoi dong lai...
start "Thiep cuoi" powershell -NoProfile -ExecutionPolicy Bypass -NoExit -File "%~dp0serve.ps1"