C
Chazz S
Guest
$WshShell = new COM("WScript.Shell");
$oExec = $WshShell->Run("notepad.exe", 7, false);
I have allowed errors, there is no output and notepad doesn't run.
I am useing XP, Apache and PHP 5. Thanks
$oExec = $WshShell->Run("notepad.exe", 7, false);
I have allowed errors, there is no output and notepad doesn't run.
I am useing XP, Apache and PHP 5. Thanks