Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Please Help! How I can run appl *.exe file from asp page

Reply
Thread Tools

Please Help! How I can run appl *.exe file from asp page

 
 
=?Utf-8?B?UG9sYQ==?=
Guest
Posts: n/a
 
      08-11-2004
Hello,

I made page on javascript(asp page), on this page I have button.
When I click on the button I want to run appl *.exe file.
How I can make it?

thank you,
Pola








 
Reply With Quote
 
 
 
 
Mark Rae
Guest
Posts: n/a
 
      08-11-2004
"Pola" <> wrote in message
news:012A0012-B9F1-4726-8012-...

> I made page on javascript(asp page), on this page I have button.
> When I click on the button I want to run appl *.exe file.
> How I can make it?


var WshShell = new ActiveXObject("WScript.Shell");
var oExec = WshShell.Exec("calc.exe");


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
CrystalReport won't scroll thru all records in ASP.NET appl datase JB ASP .Net 7 08-31-2010 01:52 AM
how can i create a color palette or color dailog box in a web appl eng_nahswa ASP .Net Web Controls 1 12-21-2004 02:05 PM
How to Identify whether Dll is running From ASP.NEt or Window Appl =?Utf-8?B?TiBTIFM=?= ASP .Net 3 08-29-2004 05:26 AM
Please Help! How to send SMS from appl on VC++ Pola ASP .Net Mobile 0 08-24-2004 10:53 AM
ASP appl with Client Certificate after OS upgrade Sascha ASP General 0 01-14-2004 02:13 PM



Advertisments