Files
SeeyonFileSystem/deploy/start.bat
2026-07-12 23:19:42 +08:00

6 lines
103 B
Batchfile

@echo off
cd %~dp0
if not exist config.yaml copy config.yaml.example config.yaml
server.exe
pause