FindProcess.m

Version 1.0.0.0 (1,46 KB) von Ivan
FINDPROCESS tries to find a string written in pattern in the list of running processes of Windows
170 Downloads
Aktualisiert 1 Jul 2014

Lizenz anzeigen

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)

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2012b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Strategy & Logic finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0