Double Command lines in CMD windows

I've been seeing each command line printed twice in the CMD windows while the server boots and runs. This isn't seen in the RCon ... it was introduced a month or so back. . Then there was a Server rollback and it was fixed. Then it was re-implemented either via a rust server update followed by an oxide. I'm not sure what is causing it ... its been there a good month. no other issues or errors just strange everything repeated twice.

Anyone else seen or experienced this  ?

I'm having exactly same issue since last update.

I tried with no mods but same.

It has to do something with the batch file. My son's server is doing the same thing, however when I went in and made a new .bat file for his (he has his coded to auto update mods and everything) I stripped all that out and just ran a simple one, and the double commands stopped.

I have no idea what in it was causing that, but when he's off work this weekend he plans to find out.

I have same problem.

Post your startup .bat file.

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

RustDedicated.exe -batchmode -nographics ^
+server.port 27015 ^
+server.queryport 27016 ^
+rcon.port 27017 ^
+rcon.password "***" ^
+rcon.web 1 ^
+server.maxplayers 75 ^
+server.hostname "*****" ^
+relationshipmanager.maxteamsize 6 ^
+server.identity "server1" ^
+server.level "Procedural Map" ^
+server.seed 506 ^
+server.worldsize 4750 ^
+server.radiation false ^
+server.saveinterval 300 ^
+nav_disable false ^
+server.globalchat true ^
+server.description "*****" ^
+server.headerimage "*****" ^
+server.tags battlefield,weekly,training ^
+server.url ""

echo.
echo Restarting server...
timeout /t 60
echo.
goto start

LEYhmuZlx8aNaX3.jpg GallorumRex

It has to do something with the batch file. My son's server is doing the same thing, however when I went in and made a new .bat file for his (he has his coded to auto update mods and everything) I stripped all that out and just ran a simple one, and the double commands stopped.

I have no idea what in it was causing that, but when he's off work this weekend he plans to find out.

Can you please send your bat file?

IIIaKa

Can you please send your bat file?

I moved everything I could to a server.cfg file, from the bat files, and haven't see the doubling since.