Example bat startup file?Solved
I haven't played for a long time,Please help me
I'm not sure what you mean, could be more specific? 
In response to 770242080 ():
I haven't played for a long time,Please help me
@echo off
cls
:start

Hurtworld.exe -batchmode -nographics -exec "host 12871;queryport 12881;servername HurtWorld Server;addadmin [your Steam 64 ID] -logfile "gamelog.txt"

@echo.
@echo Restarting Server............
@echo.
goto start

​

There you I recommend to you to always edit things like this with notepad++
Also, change the servername and addadmin id, 
And plus the end of a batch file is always .bat so you can name it everything what you like 
In response to TruxDeadnitro ():
@echo offcls:startHurtworld.exe -batchmode -nographics -exec "host 12871;queryport 12881;servern...
Thank you that's it
In response to Wulf ():
You can always find examples here: https://github.com/theumod/uMod.Hurtworld/tree/develop/resources
That's where I found it
Locked automatically