Can .exe file runs From linux server to Windows client.. take a look at this :
$command = '../views/macaddress/macaddress.exe';
exec( $command, &$output);
var_dump($output,$dir);
when i run this on windows the output of var_dump is
array(0){ }
please anyone help me. im begging you.. its about a week ago when i started this.
BTW, this exe file.will generate txt file. and have the mac address on it.. thanks..