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

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -