Files
SeeyonFileSystem/deploy/start.bat

6 lines
103 B
Batchfile
Raw Normal View History

2026-07-12 23:19:42 +08:00
@echo off
cd %~dp0
if not exist config.yaml copy config.yaml.example config.yaml
server.exe
pause