FindProcess.m

版本 1.0.0.0 (1.5 KB) 作者: Ivan
FINDPROCESS tries to find a string written in pattern in the list of running processes of Windows
170.0 次下载
更新时间 2014/7/1

查看许可证

Using: line = FindProcess(pattern)
Input: PATTERN - a string for comparing
Output: LINE - resulting string which contains the pattern (in case of
nothing found will return an empty string, or value INF
in case of more than 1 process was found)

Note: if you want to check some process in your system, you should call
FINDPROCESS with argument contained pattern you wish to find; make
sure your pattern is one correspondence to process you checking and
if you got the INF-result you should clarify your pattern using
Windows' cmd (command line) with instruction NET START (or using
instuction dos('net start') in MATLAB command window)

引用格式

Ivan (2024). FindProcess.m (https://www.mathworks.com/matlabcentral/fileexchange/47106-findprocess-m), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Strategy & Logic 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0