>>313
あるある
なんで残るかわからないが

バッチコマンドを作っている
@echo off
set errorlevel=
taskkill /IM live2ch.exe >nul 2>nul
if not '%errorlevel% =='0 (
echo ありません
)