How to ececute EXE file using ASP on web server !!!

Skilled contributor
26Feb2009,22:23   #1
Bhullarz's Avatar
I have a few EXE files on server which I want to execute using ASP. Is there any way to execute them?
On local system, the commands are as follows, which should work on server too...
Code:
sample.exe -a first_argument second_argument
Thanks in advance.
Go4Expert Founder
27Feb2009,09:17   #2
shabbir's Avatar
Try running the Shell API
Security Expert
27Feb2009,18:37   #3
indiansword's Avatar
Quote:
Originally Posted by shabbir View Post
Try running the Shell API
yea that should work.
Skilled contributor
27Feb2009,23:56   #4
Bhullarz's Avatar
nopes. that didn't worked
Skilled contributor
28Feb2009,06:13   #5
Bhullarz's Avatar
It may seem funny to you all. I didn't have the write permissions in that folder.
Instead of Shell API, I used 'ASPExec', because I was not authorized to use Shell API on the server.

Last edited by Bhullarz; 28Feb2009 at 06:16..