Pour lancer mon .exe de ma page asp je fais ca mais ca ne marche pas... qqun aurais une idee ? j'en ai marre !
Voici mon code:
Set wshShell = Server.CreateObject("WScript.Shell")
ligneCommande = "\\MATYS_WEB\TEMPONE\interface\Mailing\MailingList.exe"
wshSHELL.Run ligneCommande
set wshShell = nothing
Mais il me met ce message d'erreur:
Objet Server erreur 'ASP 0177 : 800401f3'
Échec de Server.CreateObject
/temponewm/Mailing/MailingList.asp, ligne 5
Chaîne de classe non valide
PS: la ligne 5 correspond a la 1ere ligne de l'extrait que j'ai mis