4 set executable=xonotic.exe
\r
9 if exist %executable% goto good
\r
10 if not exist ..\%executable% goto bad
\r
11 if exist ..\data\server.cfg goto halfgood
\r
15 echo This script is not properly set up yet.
\r
16 echo Please refer to the instructions in readme.txt.
\r
18 echo - copy server.cfg to the data directory and adjust its settings
\r
19 echo - move this file to the main directory of your Xonotic installation
\r
27 .\%executable% -dedicated +serverconfig server.cfg %*
\r