CODE: [Copy to clipboard]@echo off tasklist>C:\a.txt find "QQ.exe" C:\a.txt&&taskkill /f /im "QQ.exe"