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.