Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Starting a .EXE from a .ASP page...
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00617524
Message ID:
00617570
Vues:
18
This message has been marked as the solution to the initial question of the thread.
>Is there a way to start a .EXE that will run on the server like a application from a .ASP PAGE?
>
>a .exe IN vb OR vfp?


One way is by using the Windows Script Host.
<%
    set wshell = server.createobject("wscript.shell")
    wshell.run "c:\my.exe"
    set wshell = nothing
%>
Tom
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform