1 Star 0 Fork 294

Windsnow/BXC_VideoAnalyzer_v4_33

forked from Vanishi/xcms 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
start.bat 962 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vanishi 提交于 2024-09-10 13:04 . xcms.4.439
@echo off
setlocal
chcp 65001
tasklist | findstr /i "xcms.exe" >nul
if errorlevel 1 (
echo xcms.exe is not running
) else (
echo xcms.exe is running
taskkill /IM xcms.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
)
xcms.exe
endlocal
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/upcity/BXC_VideoAnalyzer_v4_33.git
git@gitee.com:upcity/BXC_VideoAnalyzer_v4_33.git
upcity
BXC_VideoAnalyzer_v4_33
BXC_VideoAnalyzer_v4_33
master

搜索帮助