Command-line option to start server with high process priority?
Does anyone know which command line option to add to start the server with high process priority on Windows?
I know how to manually change a process' priority, I'm asking for the command line option to do it automatically.

Sorry to necro an old thread but just implemented a working solution for this.

Use this where you're invoking the rustdedicated.exe in your startrust.bat file.

start "" /AboveNormal /WAIT C:\rustserver\RustDedicated.exe -batchmode +server.port 28015