Files
2019-06-18 15:04:35 -04:00

3 lines
61 B
Batchfile

@echo off
java -Xmx256m -cp bin;libs\*; server.Server
pause