Files
wBase/baseShutdown.bat
USER c045419336 .
2023-01-17 17:37:31 +00:00

14 lines
277 B
Batchfile

@echo off
set C:\Scripts\wBase\baseENV.bat
@REM xxxxxxx
if "%check_computername%" EQU "SERVER" (
echo " NOT shutting down server "
) else (
echo "echo "shutting down""
call %TMESSAGE% '"%check_computername% shutting down"'
C:\Windows\System32\shutdown.exe /s /t 1
)