Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
External executable
Message
De
08/01/2004 10:36:22
 
 
À
08/01/2004 10:21:12
Information générale
Forum:
Internet
Catégorie:
Active Server Page
Divers
Thread ID:
00864999
Message ID:
00865078
Vues:
19
In that case, you can use the WScript.Shell object, and execute the Run method to run the executable.

[vbscript]

set ox = Server.CreateObject("WScript.Shell")
ox.Run "MyExe.exe",1,True
set ox = Nothing

[endofcode]

Check this URL for definition of the PEMs.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/wsobjwshshell.asp
Greg Reichert
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform