Commandes shell depuis pages ASP

olivier -  
 Marquo -
je cherche a executer des commandes shell depuis mes pages ASP.
mais je ne sais pas comment faire. si vous avez une petite idee ...

1 réponse

  1. Marquo
     
    Set objShell = Server.CreateObject("WScript.Shell")
    Retour = objSHELL.Run(SCommande)
    Set objShell = nothing
    0