Hello!
I've got a little php-script which reads out the informations about processes and connections of my webserver.
It uses shell_exec(); to read out the output of "tasklist", "netstat" and other DOS-commands ...
But unfortunetly there is no command to read out the path/location of a file ...
Is there any possibility to read out the path of a process that is running without using a extra programm?
thanks a lot! 🙂
Reiners