
please wait
|
|
tasklist | findstr "program name"
to filter the results of tasklist.>tasklist | findstr "notepad" notepad++.exe 5020 Console 1 9,324 K notepad.exe 12340 Console 1 1,552 K |
|
|
C:\Users\Michael\Programming\foo> cl /EHsc /W4 /Ox /std:c++17 pl.cpp ... C:\Users\Michael\Programming\foo> pl notepad++.exe 380 C:\Users\Michael\Programming\foo> pl notepad++ 0 C:\Users\Michael\Programming\foo> █ |