5 lines
62 B
Batchfile
5 lines
62 B
Batchfile
@echo off
|
|
|
|
java -cp SiegeWorldsServer.jar server.Server
|
|
|
|
PAUSE |