Re: ASP.NET and Executables
- From: "Eliyahu Goldin" <REMOVEALLCAPITALSeEgGoldDinN@xxxxxxxxxxxx>
- Date: Tue, 10 Apr 2007 16:01:21 +0300
You can either make an ActiveX control or use a Windows WSH call like this:
function callExe() {
var myShell = new ActiveXObject( "WScript.shell" );
myShell.run( '"mycommand.exe", ... some other parameters are here...);
}
In either case you will have to rely on the user to allow a special security
to your site.
--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"Ken Beaudry" <ken.beaudry@xxxxxxxxxxxxxxx> wrote in message
news:JsLSh.20120$kr.7296@xxxxxxxxxxxxxxxxxxxxxxxx
I hope that someone can answer this. I work in a call center, and
we are upgrading some of our systems. I need to find out if there
is a way for an ASP.NET page to call and execute an EXE file on the
local machine. Our new dialing platform is web-based and no longer
client-side. Some of our applications use a custom digital
recording solution which I need to call an executable to start.
ANY HELP WOULD BE GREATLY APPRECIATED.
Thank you
--
--------------------------------- --- -- -
Posted with NewsLeecher v3.9 Beta 2
Web @ http://www.newsleecher.com/?usenet
------------------- ----- ---- -- -
.
- Follow-Ups:
- Re: ASP.NET and Executables
- From: ken.beaudry@xxxxxxxxxxxxxxx
- Re: ASP.NET and Executables
- References:
- ASP.NET and Executables
- From: ken.beaudry@xxxxxxxxxxxxxxx
- ASP.NET and Executables
- Prev by Date: Re: How to use a messagebox in asp.net
- Next by Date: Re: Wiring a GridView Programmatically - Is It Possible??
- Previous by thread: Re: ASP.NET and Executables
- Next by thread: Re: ASP.NET and Executables
- Index(es):
Relevant Pages
|