Server does not restart even though script seems fine

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:START​

But 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

Thanks!

Well, I want to update the server automatically every time it restarts. Is there a better way?

Steff00212

Thanks!

Well, I want to update the server automatically every time it restarts. Is there a better way?

There are tools for that around, otherwise you'd need to modify your script to handle installing Oxide too.