Files
kelfy-xytj/joju-server/start.bat

3 lines
89 B
Batchfile
Raw Normal View History

2025-12-08 17:13:30 +08:00
@echo off
start /b javaw -jar fy-server.jar -Dfile.encoding=utf-8 > start.log 2>&1 &
exit