@echo off
set var=chromedriver.exe
tasklist | findstr "%var%" && echo find
taskkill /im %var% /f


exit

相关文章: