I have a little problem here and wondered if someone could explain this to me :)
when I type tasklist /V
I get all my tasks and also the task I'm looking for:
So my process does have a WINDOWTITLE and its running and seen by tasklist... but when I type
tasklist /FI "WINDOWTITLE eq construction_tool_server"
or
tasklist /V /FI "WINDOWTITLE eq construction_tool_server"
I get an empty list -.-
What am I doing wrong? :)