6 lines
103 B
Batchfile
6 lines
103 B
Batchfile
|
|
@echo off
|
||
|
|
cd %~dp0
|
||
|
|
if not exist config.yaml copy config.yaml.example config.yaml
|
||
|
|
server.exe
|
||
|
|
pause
|