cmd - taskkill window with space and quotation on its name? -


how kill cmd window space , quotation on name?
want kill window name is: remote /c comuptername "session1"

taskkill /f /fi "windowtiltle eq remote /c comuptername "session1""  

doesn't work, don't find window
thanks

solved, juste add double quotation:

taskkill /f /fi "windowtiltle eq remote /c comuptername ""session1""" 

Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -