[thelist] exe in asp

Anthony Baratta anthony at baratta.com
Thu Sep 7 13:11:44 CDT 2006


What exactly are you attempting to do??

It sounds like you are trying to launch notepad from the server into the client browser? Is that correct?


-----Original message-----
From: "Roman Hmarinka" thornyyy at gmail.com
Date: Thu, 07 Sep 2006 11:07:45 -0700
To: thelist at lists.evolt.org
Subject: [thelist] exe in asp

> 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
> -- 
> 
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
> 
> For unsubscribe and other options, including the Tip Harvester 
> and archives of thelist go to: http://lists.evolt.org 
> Workers of the Web, evolt ! 
> 



More information about the thelist mailing list