Batch file stopped workingSolved

I have  a test server that I have used for over a year now and is worked with no problems. After the update on feb 4th when i go to start the server, nothing happens.

@echo off
cls
:start 
echo Starting server...

RustDedicated.exe -batchmode ^
+server.port 28015 ^
+server.level "Procedural Map" ^
+server.seed 34475660 ^
+server.worldsize "3500" ^
+server.maxplayers 10 ^
+server.hostname "49004900" +server.description "A Test Server" ^
+server.identity "TestServer"
echo.
echo Restarting server...
echo.
goto start​

This is the batch file I have used to start the server. Anybody know why It doesnt work all of a sudden?

solved

What was your solution? I don't see anything wrong with the file, and it wouldn't stop working with a game update.

jly9hMgJ7QWqHxm.jpg Wulf

What was your solution? I don't see anything wrong with the file, and it wouldn't stop working with a game update.

I honestly dont know why it stopped working still, but after running an update script about 10 times, it magically started working again

Sounds more like a server issue, not a batch file issue. ;)

Locked automatically