Jump to content

Changing cmd title


Recommended Posts

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

 

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...