So I'm using the taskkill.exe which comes with Vista and I want it to do something especially complicated..
There are multiple instances of java.exe running, and I want it to find the one that is untitled.. so this is my command:
taskkill /IM java.exe /FI "WINDOWTITLE eq "
I also tried:
taskkill /IM java.exe /FI "WINDOWTITLE ne AutoClicker"
It doesn't work anyways... So is there anyway... to target an untitled process???