Files
UT99-Official/System/RunServer.bat
2022-05-08 00:18:38 +02:00

6 lines
108 B
Batchfile

@echo off
:10
ucc server %1 %2 %3 %4 %5 %6 %7 %8 %9 -log=server.log
copy server.log servercrash.log
goto 10