View Single Post
  #2  
Old September 19th 18, 05:36 PM posted to alt.msdos.batch,alt.windows7.general
Herbert Kleebauer
external usenet poster
 
Posts: 27
Default how to get the title into task manger 'window'?

On 19.09.2018 17:21, pyotr filipivich wrote:

I run batch files. (well 'duh')
Sometimes I'll have two or more running, but when I look at the
task bar, all I see of the "title" is "Adminis..."

IF I hover over the mouse, up pops the popup with the full title:
e.G., "Administrator: ZZ Home Agent Bat".

Is there a way to eliminate, remove, not display the
"administrator" part, or is that a Feature?
It occurs to me,that if I could rename "administrator" to
something shorter (E.G., Adm, Me, ...) that would serve as a
"solution" of sorts.


Use the title command within your batch to set the title to
any string you like.
Ads