Hey guys,
Has anyone coded a function to know if a given binary is currently running or not ?
e.g:
Qt Code:
if (isRunning("myExe.exe") == false) { // ... }To copy to clipboard, switch view to plain text mode
Thanks.
Hey guys,
Has anyone coded a function to know if a given binary is currently running or not ?
e.g:
Qt Code:
if (isRunning("myExe.exe") == false) { // ... }To copy to clipboard, switch view to plain text mode
Thanks.
Bookmarks