Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
External executable
Message
From
08/01/2004 10:36:22
 
 
To
08/01/2004 10:21:12
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00864999
Message ID:
00865078
Views:
20
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform