1
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
@echo off
|
||||
setlocal
|
||||
title Knowledge Station - Cerrar
|
||||
|
||||
set "ROOT=%~dp0"
|
||||
set "ROOT=%ROOT:~0,-1%"
|
||||
powershell -NoProfile -ExecutionPolicy Bypass -File "%ROOT%\scripts\stop-platform.ps1" -Root "%ROOT%"
|
||||
|
||||
echo.
|
||||
echo Puedes cerrar esta ventana.
|
||||
pause
|
||||
exit /b 0
|
||||
Reference in New Issue
Block a user