1 Star 0 Fork 294

渣渣/BXC_VideoAnalyzer_v4

forked from Vanishi/xcms 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
stop.bat 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
Vanishi 提交于 2024-08-25 17:08 . xcms.4.436
@echo off
setlocal
chcp 65001
tasklist | findstr /i "VideoAnalyzer.exe" >nul
if errorlevel 1 (
echo VideoAnalyzer.exe is not running
) else (
echo VideoAnalyzer.exe is running
taskkill /IM VideoAnalyzer.exe /F
)
tasklist | findstr /i "Admin.exe" >nul
if errorlevel 1 (
echo Admin.exe is not running
) else (
echo Admin.exe is running
taskkill /IM Admin.exe /F
)
tasklist | findstr /i "Analyzer.exe" >nul
if errorlevel 1 (
echo Analyzer.exe is not running
) else (
echo Analyzer.exe is running
taskkill /IM Analyzer.exe /F
)
tasklist | findstr /i "MediaServer.exe" >nul
if errorlevel 1 (
echo MediaServer.exe is not running
) else (
echo MediaServer.exe is running
taskkill /IM MediaServer.exe /F
)
tasklist | findstr /i "MediaManager.exe" >nul
if errorlevel 1 (
echo MediaManager.exe is not running
) else (
echo MediaManager.exe is running
taskkill /IM MediaManager.exe /F
)
endlocal
echo xcms stopped successfully
cmd
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zhazha852/BXC_VideoAnalyzer_v4.git
git@gitee.com:zhazha852/BXC_VideoAnalyzer_v4.git
zhazha852
BXC_VideoAnalyzer_v4
BXC_VideoAnalyzer_v4
master

搜索帮助