Jump to content

Changing cmd title


Recommended Posts

Has anyone found a simple way to change the CMD prompt title? I'm running several servers and all of the cmd titles look like this. It's basically impossible to tell which cmd window is for which server. I want to change it to something like "Server 1 - Master" etc.

 

image.png.ac953aedfb32a8cf71e011423bc48a18.png

Link to comment
Share on other sites

22 hours ago, bizziboi said:

If it's called from a batch I think you can literally add

title Hello I am a title

to set the command window title before launching the executable.

But not sure if that applies to your situation.

Doesn't appear to work. My guess is because `start dontstarve_dedicated_server_nullrenderer` is opening the cmd and thus not seeing the title set.

Here was my batch file.

cd /D "c:\steamcmd\steamapps\common\Don't Starve Together Dedicated Server\bin"
title Server3 - Master
start dontstarve_dedicated_server_nullrenderer -console -cluster Server3 -shard Master
title Server3 - Caves
start dontstarve_dedicated_server_nullrenderer -console -cluster Server3 -shard Caves

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...