4 lines
64 B
Batchfile
4 lines
64 B
Batchfile
|
@echo off
|
||
|
set SERVICENAME="MCServer"
|
||
|
|
||
|
sc delete %SERVICENAME%
|