G
Guest
Hello Guys,
I am trying to execute a .exe file from a web application
using shell command. But somehow I am not able to make it
work.
The strange thing is when I use the same code and
transform it into a windows application, it works fine. My
question is: Are "Shell", "ShellExecute" and "Process"
limited to windows applications or can they be used with
web applications?
If they can be used, how can I use them to execute a .exe
file(with arguments) in web applications.
I would truly appreciate any pointers!
Thanks in advance
I am trying to execute a .exe file from a web application
using shell command. But somehow I am not able to make it
work.
The strange thing is when I use the same code and
transform it into a windows application, it works fine. My
question is: Are "Shell", "ShellExecute" and "Process"
limited to windows applications or can they be used with
web applications?
If they can be used, how can I use them to execute a .exe
file(with arguments) in web applications.
I would truly appreciate any pointers!
Thanks in advance