![]() |
How to ececute EXE file using ASP on web server !!!
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 |
Re: How to ececute EXE file using ASP on web server !!!
Try running the Shell API
|
Re: How to ececute EXE file using ASP on web server !!!
Quote:
|
Re: How to ececute EXE file using ASP on web server !!!
nopes. that didn't worked
|
Re: How to ececute EXE file using ASP on web server !!!
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. |
| All times are GMT +5.5. The time now is 13:45. |