[thelist] exe in asp

Roman Hmarinka thornyyy at gmail.com
Thu Sep 7 10:23:14 CDT 2006


hi!
how can I enter exe-file in asp (classic asp, not asp.net). I tried do it
this way (in IE 6.0):

<%@ Language=VBScript %>
<%
 Dim WShell, ErrCode
 Set WShell = CreateObject("WScript.Shell")
 WShell.Run "F:\Inetpub\wwwroot\notepad.exe",5
 Set WShell = Nothing
%>

any errors, but notepad did not on. only white page.
thank You.
Roman



More information about the thelist mailing list