1432afefdb
+ Localisation support
8 lines
305 B
Batchfile
8 lines
305 B
Batchfile
rem Alter this if you need to install multiple instances.
|
|
@echo off
|
|
set SERVICENAME="Cuberite"
|
|
|
|
set CURRENTDIR=%CD%
|
|
sc create %SERVICENAME% binPath= "%CURRENTDIR%\Cuberite.exe -d" start= auto DisplayName= "@%CURRENTDIR%\Cuberite.exe,-1"
|
|
sc description %SERVICENAME% "@%CURRENTDIR%\Cuberite.exe,-2"
|