I noticed that the title command inserts an extra space in front of the title string.
By default, my cmd console has the title:
Code: Select all
Administrator: Command Prompt
Code: Select all
title Command Prompt
Code: Select all
Administrator: Command Prompt
Thinking about how to get rid of that space, I thought about trying the other token separators: , ; =
Surprise (for me): They do indeed their token separation task... but they too are displayed on the title! Ex:
Code: Select all
title=Command Prompt
Code: Select all
Administrator: =Command Prompt
But I still wonder if there's a batchly-correct way to get rid of that extra space or token separator?