$WshShell = new COM("WScript.Shell"); $obj = $WshShell->Run("Test.vbs");
I try run this command on php, but it does not work.