Batch file problemSolved
Good evening,

my .bat file was working fine for years and since the update it doesn't work anymore...

I tried to move my rust server to another partition, to another disk...
Re create or use the batch file given in the Facepunch wiki but alas, still the same

@echo off

:start
cls
echo Drmarrage du serveur rust...
RustDedicated.exe -batchmode -nographics ^
-nonetworkthread ^
+rcon.ip *.*.*.* ^
+rcon.port 29125 ^
+server.ip *.*.*.* ^
+rcon.password "123456" ^
+server.port 29115 ^
-queryport 29116 ^
+rcon.web 1 ^
+server.maxplayers 15 ^
+oxide.directory "server/pvpx2/oxide" ^
+server.identity "pvpx2" ^
+server.level "Procedural Map" ^
+server.seed 18 ^
+server.worldsize 3500 ^
+server.globalchat true ^
-logfile "F:/betarust/server/pvpx2/gamelog.txt"
echo.
echo Redemarrage du serveur
timeout /t 10
echo.
goto start

or
echo off

:start
RustDedicated.exe -batchmode -nographics +server.hostname Private +server.port 29115 -queryport 29116 +server.identity pvpx2 +server.seed 18 +server.worldsize 3500 +rcon.port 29125 +rcon.password "123456" +rcon.web 1 -logFile "output.txt"
goto start

When it start, it return a lot of Command not found:

Mono

	Collects: 31

	Memory:   7 MB






Manifest Metadata Loaded

	24730 pooled strings

	11110 prefab properties

	410 effect categories

	1486 entity names


Command Line: "RustDedicated.exe" "-batchmode" "-nographics" "+server.hostname" "Private" "+server.port" "29115" "-queryport" "29116" "+server.identity" "pvpx2" "+server.seed" "18" "+server.worldsize" "3500" "+rcon.port" "29125" "+rcon.password" "******" "+rcon.web" "1" "-logFile" "output.txt" 
Command 'batchmode' not found
Command 'nographics' not found
server.hostname: "Private"
server.port: "29115"
server.queryport: "29116"
server.identity: "pvpx2"
server.seed: "18"
server.worldsize: "3500"
rcon.port: "29125"
Command 'rcon.password' not found
rcon.web: "True"
Command 'logFile' not found
Command 'batchmode' not found
Command 'nographics' not found
server.hostname: "Private"
server.port: "29115"
server.queryport: "29116"
server.identity: "pvpx2"
server.seed: "18"
server.worldsize: "3500"
rcon.port: "29125"
Command 'rcon.password' not found
rcon.web: "True"
Command 'logFile' not found
Server Config Loaded
Loading Items Took: 1.49082 seconds 

Oxide is installed but o.version return command not found...

I get the same when using windows command prompt



If someone have a suggestion please... 5 day's im searching a solution...

Thanks

 
 

Thanks nivex :) <3

Locked automatically