Hey guys!
I run my rust server with a script, as follows:
:START
D:\Programme\SteamCMD\steamcmd.exe +login anonymous +force_install_dir D:\Programme\RustServer +app_update 258550 +quit
RustDedicated.exe -batchmode +server.port 28015 +server.level "Procedural Map" +server.seed 817303618 +server.worldsize 5000 +server.maxplayers 15 +server.hostname "Chillen, bauen und killen" +server.description "KOS nur in den KOS Zonen! Ansonsten RP!" +server.url "http://badfruit.games/" +server.identity "server1" +rcon.port 28016 +rcon.password notarealpw +rcon.web 1
GOTO:STARTBut when I quit the server, the command line just closes, without restarting the server. I also tried GOTO START and goto start
Any ideas how to solve this?
Thanks! :D