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
Post a Comment