Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Launch application/executable at server

Status
Not open for further replies.

tsriharto

Programmer
Mar 17, 2001
1
US
Does anybody knows how to launch an application/executable (.exe)at the web server using vbscript...?

Using coldfusion, it can be easily done using <cfexecute> tag.
 
There is nothing in the ASP object hierarchy do that. I think you need to write a COM component (aka ActiveX in VB) to do it for you. Not a simple task.
 
kor is right.
you can get a component (for free) that will allow you to execute DOS and Windows based Applications, though.

go to

It's called ASPExec. I've never used it, but I've heard about it.

This should help you out.
leo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top