On local system, the commands are as follows, which should work on server too...
Code:
sample.exe -a first_argument second_argument
|
Skilled contributor
|
![]() |
| 26Feb2009,22:23 | #1 |
|
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 |
|
Go4Expert Founder
|
![]() |
| 27Feb2009,09:17 | #2 |
|
Try running the Shell API
|
|
Security Expert
|
|
| 27Feb2009,18:37 | #3 |
|
Skilled contributor
|
![]() |
| 27Feb2009,23:56 | #4 |
|
nopes. that didn't worked
|
|
Skilled contributor
|
![]() |
| 28Feb2009,06:13 | #5 |
|
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.. |