3 lines
89 B
Batchfile
3 lines
89 B
Batchfile
@echo off
|
|
start /b javaw -jar fy-server.jar -Dfile.encoding=utf-8 > start.log 2>&1 &
|
|
exit |