FindProcess.m

Version 1.0.0.0 (1.46 KB) by Ivan
FINDPROCESS tries to find a string written in pattern in the list of running processes of Windows
170 Downloads
Updated 1 Jul 2014

View License

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)

Cite As

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

MATLAB Release Compatibility
Created with R2012b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Strategy & Logic in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0