.
This commit is contained in:
13
baseShutdown.bat
Normal file
13
baseShutdown.bat
Normal file
@ -0,0 +1,13 @@
|
||||
@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
|
||||
)
|
||||
Reference in New Issue
Block a user