Web Hosting Talk







View Full Version : calling exe file from ASP script


ruman
05-06-2004, 07:16 AM
Hello

How can call executable file from ASP file,ASP file should pass one parameter to exe file and it return corresponding output ASP should get that corresponding output . How to do this one .


Raymond

Apoch
05-06-2004, 09:30 AM
Depends... can you control the code in the EXE file or not?

protecweb
05-06-2004, 09:44 AM
You use WSH or you can use a 3rd party Com such as ASPExec (serverobjects.com).

ruman
05-07-2004, 12:40 AM
Hi
I used ASPExec it's working thanks for reply.


Regards
Raymond Raj