Is it possible in Php to check wether an executable is running or not,
some Pseudocode:
if (processExists("notepad.exe")) {
echo "exists";
} else {
echo "doesn't exist";
}
You would only be able to check server-side processes, where PHP is running. JavaScript (client-side) isn't allowed that kind of access because of security.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With