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.
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.