Voici mon script PHP qui fonctionne très bien sur ISS avec Windows XP en OS:
Code : Tout sélectionner
$WshShell = new COM("WScript.Shell");
$oExec = $WshShell->Run("php test.php", 0, false);Quelqu'un a-t'il une idée ?
Grand merci d'avance.
Code : Tout sélectionner
$WshShell = new COM("WScript.Shell");
$oExec = $WshShell->Run("php test.php", 0, false);