Is there a way to do this using batch? So I can just make a "start.bat" that makes it run with the correct affinity and priority? The problem is that I'm trying to run Source servers, which don't really work properly on multiple cores. So I'd like to run my servers each on a single core, unless they are like a 10 slot server.
Currently I work with a set of shortcuts. The shortcuts have the following "command":
Code:
C:\Servers\Public\Minigames\Deathrun\orangebox\srcds.exe -console -game garrysmod -port 27031 +map deathrun_marioworld_final -maxplayers 48 -ip 69.162.117.58
Is it possible to run the same "command" but with parameters that make it have the correct affinity and priority?