Would you run a rdp program through a php site?
I tried
echo exec("start \192.168.1.233\Teste\Apps\BRAVOS.rdp") or die("ERROU");
and
system("\192.168.1.233\Teste\Apps\BRAVOS.rdp");
More just load and return to the page that I called the command the application does not open.
Is it possible to open this way?